HomeSort by relevance Sort by last modified time
    Searched refs:ComputeValueVTs (Results 1 - 24 of 24) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 47 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
54 void ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
  /external/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 65 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
72 void ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL, Type *Ty,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 68 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
75 void llvm::ComputeValueVTs(const TargetLowering &TLI, Type *Ty,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
  /external/llvm/lib/CodeGen/
Analysis.cpp 78 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of
85 void llvm::ComputeValueVTs(const TargetLowering &TLI, const DataLayout &DL,
96 ComputeValueVTs(TLI, DL, *EI, ValueVTs, Offsets,
105 ComputeValueVTs(TLI, DL, EltTy, ValueVTs, Offsets,
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 299 ComputeValueVTs(*TLI, MF->getDataLayout(), PN->getType(), ValueVTs);
380 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
427 ComputeValueVTs(*TLI, MF->getDataLayout(), Ty, ValueVTs);
SelectionDAGBuilder.cpp 624 ComputeValueVTs(TLI, DL, Ty, ValueVTs);
    [all...]
FastISel.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 168 ComputeValueVTs(TLI, PN->getType(), ValueVTs);
221 ComputeValueVTs(TLI, Ty, ValueVTs);
268 ComputeValueVTs(TLI, Ty, ValueVTs);
SelectionDAGBuilder.cpp 582 ComputeValueVTs(tli, Ty, ValueVTs);
    [all...]
FastISel.cpp 870 ComputeValueVTs(TLI, AggTy, AggValueVTs);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyAsmPrinter.cpp 134 ComputeValueVTs(TLI, DL, Ty, VTs);
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 382 ComputeValueVTs(*TLI, DL, Ty, vtparts);
    [all...]
NVPTXISelLowering.cpp 78 /// EVTs that compose it. Unlike ComputeValueVTs, this will break apart vectors
80 /// NOTE: This is a band-aid for code that expects ComputeValueVTs to return the
90 ComputeValueVTs(TLI, DL, Ty, TempVTs, &TempOffsets, StartingOffset);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 1735 milliseconds