HomeSort by relevance Sort by last modified time
    Searched defs:TLI (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.h 30 const X86TargetLowering &TLI;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 52 const TargetLowering &TLI = G->getTargetLoweringInfo();
53 const char *Name = TLI.getTargetNodeName(getOpcode());
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 27 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering();
38 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
41 TLI.getPointerTy(DAG.getDataLayout())),
45 std::pair<SDValue,SDValue> CallResult = TLI.LowerCallTo(CLI);
XCoreTargetTransformInfo.h 34 const XCoreTargetLowering *TLI;
37 const XCoreTargetLowering *getTLI() const { return TLI; }
42 TLI(ST->getTargetLowering()) {}
46 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
49 TLI(std::move(Arg.TLI)) {}
  /external/llvm/include/llvm/CodeGen/GlobalISel/
CallLowering.h 28 const TargetLowering *TLI;
32 return TLI;
38 return static_cast<const XXXTargetLowering *>(TLI);
41 CallLowering(const TargetLowering *TLI) : TLI(TLI) {}
  /external/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 34 TargetLibraryInfo *TLI = nullptr;
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 40 const TargetLibraryInfo *TLI;
44 FortifiedLibCallSimplifier(const TargetLibraryInfo *TLI,
75 const TargetLibraryInfo *TLI;
89 LibCallSimplifier(const DataLayout &DL, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 34 const TargetLowering &TLI = *DAG.getSubtarget().getTargetLowering();
51 .setCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
54 SpecialMemcpyName, TLI.getPointerTy(DAG.getDataLayout())),
58 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);
HexagonTargetTransformInfo.h 33 const HexagonTargetLowering *TLI;
36 const HexagonTargetLowering *getTLI() const { return TLI; }
41 TLI(ST->getTargetLowering()) {}
45 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
48 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.h 34 const PPCTargetLowering *TLI;
37 const PPCTargetLowering *getTLI() const { return TLI; }
42 TLI(ST->getTargetLowering()) {}
46 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
49 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/SystemZ/
SystemZTargetTransformInfo.h 25 const SystemZTargetLowering *TLI;
28 const SystemZTargetLowering *getTLI() const { return TLI; }
33 TLI(ST->getTargetLowering()) {}
37 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
40 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.h 35 const WebAssemblyTargetLowering *TLI;
38 const WebAssemblyTargetLowering *getTLI() const { return TLI; }
43 TLI(ST->getTargetLowering()) {}
47 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
50 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.h 34 const X86TargetLowering *TLI;
39 const X86TargetLowering *getTLI() const { return TLI; }
44 TLI(ST->getTargetLowering()) {}
48 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
51 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Transforms/IPO/
InferFunctionAttrs.cpp 24 const TargetLibraryInfo &TLI) {
31 Changed |= inferLibFuncAttributes(F, TLI);
38 auto &TLI = AM.getResult<TargetLibraryAnalysis>(M);
40 if (!inferAllPrototypeAttributes(M, TLI))
65 auto &TLI = getAnalysis<TargetLibraryInfoWrapperPass>().getTLI();
66 return inferAllPrototypeAttributes(M, TLI);
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 74 TargetLibraryInfo *TLI =
82 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 40 const TargetLibraryInfo *TLI;
44 FortifiedLibCallSimplifier(const TargetLibraryInfo *TLI,
75 const TargetLibraryInfo *TLI;
89 LibCallSimplifier(const DataLayout &DL, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 40 const TargetLibraryInfo *TLI;
44 FortifiedLibCallSimplifier(const TargetLibraryInfo *TLI,
75 const TargetLibraryInfo *TLI;
89 LibCallSimplifier(const DataLayout &DL, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 40 const TargetLibraryInfo *TLI;
44 FortifiedLibCallSimplifier(const TargetLibraryInfo *TLI,
75 const TargetLibraryInfo *TLI;
89 LibCallSimplifier(const DataLayout &DL, const TargetLibraryInfo *TLI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>