HomeSort by relevance Sort by last modified time
    Searched defs:TLI (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 592 const TargetLibraryInfo *TLI;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 393 TargetTransformInfo *Tti, TargetLibraryInfo *TLi, AliasAnalysis *Aa,
395 : F(Func), SE(Se), DL(Dl), TTI(Tti), TLI(TLi), AA(Aa), LI(Li), DT(Dt),
584 TargetLibraryInfo *TLI;
    [all...]
LoopVectorize.cpp 253 const TargetLibraryInfo *TLI, unsigned VecWidth,
255 : OrigLoop(OrigLoop), SE(SE), LI(LI), DT(DT), DL(DL), TLI(TLI),
415 const TargetLibraryInfo *TLI;
463 const TargetLibraryInfo *TLI, unsigned UnrollFactor) :
464 InnerLoopVectorizer(OrigLoop, SE, LI, DT, DL, TLI, 1, UnrollFactor) { }
541 DominatorTree *DT, TargetLibraryInfo *TLI,
544 DT(DT), TLI(TLI), TheFunction(F), Induction(nullptr),
794 TargetLibraryInfo *TLI;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 263 TLI.getBooleanContents(false, false);
264 TargetLowering::BooleanContent VecBool = TLI.getBooleanContents(true, false);
270 if (TLI.getBooleanContents(false, false) !=
271 TLI.getBooleanContents(false, true)) {
276 ScalarBool = TLI.getBooleanContents(OpVT.getScalarType());
277 VecBool = TLI.getBooleanContents(OpVT);
369 DAG.getConstant(0, TLI.getVectorIdxTy()));
371 DAG.getConstant(0, TLI.getVectorIdxTy()));
380 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
709 if (TLI.isBigEndian()
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 83 const TargetLowering &TLI;
352 : DAG(D), TLI(D.getTargetLoweringInfo()), Level(BeforeLegalizeTypes),
373 return LegalTypes ? TLI.getScalarShiftAmountTy(LHSTy)
374 : TLI.getPointerTy();
381 return TLI.isTypeLegal(VT);
387 return TLI.getSetCCResultType(*DAG.getContext(), VT);
449 const TargetLowering &TLI,
473 !TLI.isOperationLegalOrCustom(ISD::FSUB, Op.getValueType()))
477 if (char V = isNegatibleForFree(Op.getOperand(0), LegalOperations, TLI,
481 return isNegatibleForFree(Op.getOperand(1), LegalOperations, TLI, Options
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 788 milliseconds

1 2 34