HomeSort by relevance Sort by last modified time
    Searched refs:getTypeForEVT (Results 1 - 18 of 18) 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);
172 /// getTypeForEVT - This method returns an LLVM type corresponding to the
175 Type *EVT::getTypeForEVT(LLVMContext &Context) const {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 275 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
723 Type *Ty = ST->getMemoryVT().getTypeForEVT(*DAG.getContext());
    [all...]
LegalizeTypes.cpp     [all...]
SelectionDAG.cpp 869 VT.getTypeForEVT(*getContext());
    [all...]
LegalizeTypesGeneric.cpp 154 getTypeForEVT(*DAG.getContext()));
LegalizeIntegerTypes.cpp     [all...]
TargetLowering.cpp 80 Entry.Ty = Entry.Node.getValueType().getTypeForEVT(*DAG.getContext());
87 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext());
    [all...]
DAGCombiner.cpp     [all...]
LegalizeVectorTypes.cpp 770 Type *VecType = VecVT.getTypeForEVT(*DAG.getContext());
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 820 /// getTypeForEVT - This method returns an LLVM type corresponding to the
823 Type *getTypeForEVT(LLVMContext &Context) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 410 getABITypeAlignment(LD->getMemoryVT().getTypeForEVT(*DAG.getContext()));
512 getABITypeAlignment(ST->getMemoryVT().getTypeForEVT(*DAG.getContext()));
    [all...]
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 480 PointerType * PtrType = PointerType::get(VT.getTypeForEVT(*DAG.getContext()),
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 574 Elm = EVT(PointerTy).getTypeForEVT(Ty->getContext());
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1238 milliseconds