Searched refs:TLI (Results 101 - 125 of 134) sorted by relevance

123456

/external/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp188 const TargetLoweringBase *TLI; member in class:__anon25760::MachineBlockPlacement
1048 unsigned Align = TLI->getPrefLoopAlignment();
1115 TLI = F.getTarget().getTargetLowering();
H A DTargetInstrInfo.cpp658 const TargetLowering &TLI = *MF.getTarget().getTargetLowering(); local
660 if (MI->modifiesRegister(TLI.getStackPointerRegisterToSaveRestore(), TRI))
H A DIfConversion.cpp161 const TargetLoweringBase *TLI; member in class:__anon25750::IfConverter
272 TLI = MF.getTarget().getTargetLowering();
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp592 const TargetLibraryInfo *TLI; member in class:__anon26281::GVN
1459 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI) ||
1468 if (isCallocLikeFn(DepInst, TLI)) {
1984 if (isa<AllocaInst>(DepInst) || isMallocLikeFn(DepInst, TLI)) {
2004 if (isCallocLikeFn(DepInst, TLI)) {
2222 if (Value *V = SimplifyInstruction(I, DL, TLI, DT)) {
2342 TLI = &getAnalysis<TargetLibraryInfo>();
H A DJumpThreading.cpp81 TargetLibraryInfo *TLI; member in class:__anon26286::JumpThreading
158 TLI = &getAnalysis<TargetLibraryInfo>();
709 Value *SimpleVal = ConstantFoldInstruction(I, DL, TLI);
1491 SimplifyInstructionsInBlock(NewBB, DL, TLI);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5404 const TargetLowering &TLI) {
5452 const TargetLowering &TLI) {
5483 const TargetLowering &TLI) {
5555 const TargetLowering &TLI, SDLoc dl) {
5563 TLI.getScalarShiftAmountTy(SrcOp.getValueType()))));
5847 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
5848 SDValue CP = DAG.getConstantPool(C, TLI.getPointerTy());
5923 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
5924 if (!TLI.isOperationLegalOrCustom(ISD::INSERT_VECTOR_ELT, VT))
6245 const TargetLowering &TLI local
5400 LowerBuildVectorv16i8(SDValue Op, unsigned NonZeros, unsigned NumNonZero, unsigned NumZero, SelectionDAG &DAG, const X86Subtarget* Subtarget, const TargetLowering &TLI) argument
5448 LowerBuildVectorv8i16(SDValue Op, unsigned NonZeros, unsigned NumNonZero, unsigned NumZero, SelectionDAG &DAG, const X86Subtarget* Subtarget, const TargetLowering &TLI) argument
5479 LowerBuildVectorv4x32(SDValue Op, unsigned NumElems, unsigned NonZeros, unsigned NumNonZero, unsigned NumZero, SelectionDAG &DAG, const X86Subtarget *Subtarget, const TargetLowering &TLI) argument
5553 getVShift(bool isLeft, EVT VT, SDValue SrcOp, unsigned NumBits, SelectionDAG &DAG, const TargetLowering &TLI, SDLoc dl) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp708 const TargetLowering *TLI = TM.getTargetLowering(); local
733 O << ".param .b" << TLI->getPointerTy().getSizeInBits()
748 ComputeValueVTs(*TLI, Ty, vtparts);
1785 const TargetLowering *TLI = TM.getTargetLowering(); local
1791 MVT thePointerTy = TLI->getPointerTy();
1933 ComputeValueVTs(*TLI, ETy, vtparts);
H A DNVPTXISelLowering.cpp77 static void ComputePTXValueVTs(const TargetLowering &TLI, Type *Ty, argument
84 ComputeValueVTs(TLI, Ty, TempVTs, &TempOffsets, StartingOffset);
1635 const TargetLowering *TLI = DAG.getTarget().getTargetLowering(); local
1698 unsigned NumRegs = TLI->getNumRegisters(F->getContext(), ObjectVT);
1768 assert(TLI->getNumRegisters(F->getContext(), ObjectVT) == NumElts &&
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp424 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
452 if (TLI.isGAPlusOffset(BasePtr.getNode(), GV, Offset) &&
1626 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
1628 TLI.SimplifyDemandedBits(OutVal, DemandedMask, KnownZero, KnownOne,
1643 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
1645 TLI.SimplifyDemandedBits(Time, DemandedMask, KnownZero, KnownOne,
/external/llvm/lib/Analysis/
H A DAliasAnalysis.cpp499 TLI = P->getAnalysisIfAvailable<TargetLibraryInfo>();
H A DScalarEvolution.cpp2703 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
2723 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
3266 if (Value *V = SimplifyInstruction(PN, DL, TLI, DT))
5018 const TargetLibraryInfo *TLI) {
5044 Constant *C = EvaluateExpression(Operand, L, Vals, DL, TLI);
5052 Operands[1], DL, TLI);
5058 TLI);
5114 TLI);
5139 NextPHI = EvaluateExpression(BEValue, L, CurrentIterVals, DL, TLI);
5195 DL, TLI));
[all...]
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp133 TargetLibraryInfo *TLI; member in struct:__anon26224::FunctionAttrs
837 if (!(TLI->getLibFunc(F.getName(), TheLibFunc) && TLI->has(TheLibFunc)))
1697 TLI = &getAnalysis<TargetLibraryInfo>();
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp395 : F(Func), SE(Se), DL(Dl), TTI(Tti), TLI(TLi), AA(Aa), LI(Li), DT(Dt),
584 TargetLibraryInfo *TLI; member in class:__anon26372::BoUpSLP
1069 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI);
1082 getIntrinsicIDForCall(CI2, TLI) != ID) {
1296 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI);
1889 Intrinsic::ID ID = getIntrinsicIDForCall(CI, TLI);
2145 TargetLibraryInfo *TLI; member in struct:__anon26372::SLPVectorizer
2158 TLI = getAnalysisIfAvailable<TargetLibraryInfo>();
2184 BoUpSLP R(&F, SE, DL, TTI, TLI, AA, LI, DT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp80 const TargetLowering &TLI = DAG->getTargetLoweringInfo(); local
86 SU->SchedulingPref = TLI.getSchedulingPreference(N);
H A DTargetLowering.cpp341 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
348 if (TLI.isTruncateFree(Op.getValueType(), SmallVT) &&
349 TLI.isZExtFree(SmallVT, Op.getValueType())) {
2532 const TargetLowering &TLI,
2542 TLI.getConstraintType(OpInfo.Codes[i]);
2552 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i],
2531 ChooseConstraint(TargetLowering::AsmOperandInfo &OpInfo, const TargetLowering &TLI, SDValue Op, SelectionDAG *DAG) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp577 const TargetLowering *TLI = getTargetLowering(); local
580 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
595 const DataLayout *DL = TLI->getDataLayout();
612 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
654 const TargetLowering *TLI = getTargetLowering(); local
655 Base = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
2149 const TargetLowering *TLI = getTargetLowering(); local
2150 SDValue TFI = CurDAG->getTargetFrameIndex(FI, TLI->getPointerTy());
/external/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp858 const TargetLowering *TLI = getTargetLowering(); local
860 const TargetRegisterClass *RC = TLI->getRegClassFor(ResVecTySimple);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp98 bool llvm::DeleteDeadPHIs(BasicBlock *BB, const TargetLibraryInfo *TLI) { argument
109 Changed |= RecursivelyDeleteDeadPHINode(PN, TLI);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h170 const TargetLowering *TLI; member in class:llvm::SelectionDAG
269 void init(MachineFunction &mf, const TargetLowering *TLI);
278 const TargetLowering &getTargetLoweringInfo() const { return *TLI; }
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp204 if (isFreeCall(&CI, TLI))
279 if (getObjectSize(II->getArgOperand(0), Size, DL, TLI))
1127 if (isAllocLikeFn(CS.getInstruction(), TLI))
H A DInstCombineCasts.cpp169 C = ConstantFoldConstantExpression(CE, DL, TLI);
1317 // TLI->has(LibFunc::sqrtf), even for the sqrt intrinsic, because
1318 // TLI->has(LibFunc::sqrtf) is sufficient to guarantee that the
1321 if (Call && Call->getCalledFunction() && TLI->has(LibFunc::sqrtf) &&
1322 (Call->getCalledFunction()->getName() == TLI->getName(LibFunc::sqrt) ||
H A DInstCombinePHI.cpp791 if (Value *V = SimplifyInstruction(&PN, DL, TLI))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3946 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
3958 if (SrcVT == MVT::i64 && TLI.isTypeLegal(DstVT)) {
3968 if (DstVT == MVT::i64 && TLI.isTypeLegal(SrcVT)) {
3970 if (TLI.isBigEndian() && SrcVT.isVector() &&
6088 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
6094 const uint64_t ByteSize = TLI.getDataLayout()->getTypeAllocSize(RetTy);
6095 const unsigned StackAlign = TLI.getDataLayout()->getPrefTypeAlignment(RetTy);
6097 SDValue SRet = DAG.getFrameIndex(FrameIdx, TLI.getPointerTy());
7754 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
7759 TLI
8476 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
8709 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
8794 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
9405 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
9448 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
[all...]
/external/llvm/include/llvm/Analysis/
H A DScalarEvolution.h232 /// TLI - The target library information for the target we are targeting.
234 TargetLibraryInfo *TLI; member in class:llvm::ScalarEvolution
/external/llvm/lib/Target/R600/
H A DAMDGPUISelLowering.cpp1879 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
1885 if (TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
2022 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
2024 TLI.SimplifyDemandedBits(BitsFrom, Demanded, KnownZero, KnownOne, TLO)) {

Completed in 540 milliseconds

123456