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

  /external/llvm/lib/Target/Hexagon/
HexagonVarargsCallingConvention.h 76 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext());
131 const Type* ArgTy = LocVT.getTypeForEVT(State.getContext());
  /external/llvm/lib/IR/
ValueTypes.cpp 38 ResultVT.LLVMTy = VectorType::get(VT.getTypeForEVT(Context), NumElements);
177 /// getTypeForEVT - This method returns an LLVM type corresponding to the
180 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 314 /// getTypeForEVT - This method returns an LLVM type corresponding to the
317 Type *getTypeForEVT(LLVMContext &Context) const;
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 280 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
735 Type *Ty = ST->getMemoryVT().getTypeForEVT(*DAG.getContext());
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeTypesGeneric.cpp 157 getTypeForEVT(*DAG.getContext()));
SelectionDAG.cpp     [all...]
LegalizeIntegerTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 806 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
    [all...]
TargetLowering.cpp 98 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext());
105 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600ISelLowering.cpp 362 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
  /external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp 362 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 433 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
511 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 649 Elm = PointerTy.getTypeForEVT(Ty->getContext());
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp     [all...]
SIISelLowering.cpp 292 PointerType *PtrTy = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 386 milliseconds