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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/darwin-x86/clang-4053586/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/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/linux-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/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/linux-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/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/linux-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/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
MemCpyOptimizer.h 35 TargetLibraryInfo *TLI = nullptr;
NaryReassociate.h 159 TargetLibraryInfo *TLI;
  /prebuilts/clang/host/linux-x86/clang-4053586/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,
  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 43 /// TLI - The target library info if known, otherwise null.
44 const TargetLibraryInfo *TLI;
54 : Addr(addr), DL(DL), TLI(nullptr), AC(AC) {
  /external/llvm/include/llvm/Transforms/Vectorize/
LoopVectorize.h 82 TargetLibraryInfo *TLI;
  /external/llvm/lib/CodeGen/
ExpandISelPseudos.cpp 49 const TargetLowering *TLI = MF.getSubtarget().getTargetLowering();
61 MachineBasicBlock *NewMBB = TLI->EmitInstrWithCustomInserter(MI, MBB);
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 34 const TargetLowering *TLI;
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 33 const AArch64TargetLowering &TLI = *STI.getTargetLowering();
35 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout());
49 std::pair<SDValue, SDValue> CallResult = TLI.LowerCallTo(CLI);
AArch64TargetTransformInfo.h 35 const AArch64TargetLowering *TLI;
42 const AArch64TargetLowering *getTLI() const { return TLI; }
53 TLI(ST->getTargetLowering()) {}
57 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
60 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 34 const ARMTargetLowering *TLI;
41 const ARMTargetLowering *getTLI() const { return TLI; }
46 TLI(ST->getTargetLowering()) {}
50 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
53 TLI(std::move(Arg.TLI)) {}
  /external/llvm/lib/Target/Lanai/
LanaiTargetTransformInfo.h 34 const LanaiTargetLowering *TLI;
37 const LanaiTargetLowering *getTLI() const { return TLI; }
42 TLI(ST->getTargetLowering()) {}
45 : BaseT(static_cast<const BaseT &>(Arg)), ST(Arg.ST), TLI(Arg.TLI) {}
48 TLI(std::move(Arg.TLI)) {}
64 int ISD = TLI->InstructionOpcodeToISD(Opcode);
  /external/llvm/lib/Target/NVPTX/
NVPTXTargetTransformInfo.h 34 const NVPTXTargetLowering *TLI;
37 const NVPTXTargetLowering *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/Transforms/Scalar/
DCE.cpp 48 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI() : nullptr;
52 if (isInstructionTriviallyDead(Inst, TLI)) {
77 const TargetLibraryInfo *TLI) {
78 if (isInstructionTriviallyDead(I, TLI)) {
92 if (isInstructionTriviallyDead(OpI, TLI))
103 static bool eliminateDeadCode(Function &F, TargetLibraryInfo *TLI) {
116 MadeChange |= DCEInstruction(I, WorkList, TLI);
121 MadeChange |= DCEInstruction(I, WorkList, TLI);
144 TargetLibraryInfo *TLI = TLIP ? &TLIP->getTLI() : nullptr;
146 return eliminateDeadCode(F, TLI);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ExpandISelPseudos.cpp 55 const TargetLowering *TLI = MF.getTarget().getTargetLowering();
69 TLI->EmitInstrWithCustomInserter(MI, MBB);

Completed in 661 milliseconds

12 3 4 5 6 7 8 91011>>