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

123456

/external/llvm/lib/Analysis/
H A DValueTracking.cpp2072 bool llvm::isKnownNonNull(const Value *V, const TargetLibraryInfo *TLI) { argument
2089 if (isOperatorNewLikeFn(V, TLI, /*LookThroughBitCast=*/true))
H A DScalarEvolutionExpander.cpp1710 if (Value *V = SimplifyInstruction(Phi, SE.DL, SE.TLI, SE.DT)) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1183 const TargetLowering *TLI = TM.getTargetLowering(); local
1184 const MCExpr *Base = TLI->getPICJumpTableRelocBaseExpr(MF,JTI,OutContext);
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1163 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
1165 TLI.SimplifyDemandedBits(Src, Demanded, KnownZero, KnownOne, TLO)) {
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2374 const TargetLowering *TLI = TM.getTargetLowering(); local
2382 if (TLI->isTypeLegal(LegalIntVT)) {
2384 TLI->getRegClassFor(LegalIntVT));
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp312 CompareRHS, DL, TLI);
3612 TLI->getLibFunc(CI->getCalledFunction()->getName(), Func) &&
3613 TLI->has(Func)) {
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2129 /// calls. It is passed to TLI::LowerCallTo when the SelectionDAG builder
2593 const TargetLowering &TLI);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7186 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
7188 if (!ResVT.isVector() || TLI.isTypeLegal(ResVT))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7297 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); local
7302 bool isGA1 = TLI.isGAPlusOffset(Loc.getNode(), GV1, Offset1);
7303 bool isGA2 = TLI.isGAPlusOffset(BaseLoc.getNode(), GV2, Offset2);

Completed in 1864 milliseconds

123456