OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeForEVT
(Results
1 - 23
of
23
) 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/Target/NVPTX/
NVPTXISelLowering.cpp
[
all
...]
/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
279
Type *SType = SVT.
getTypeForEVT
(*DAG.getContext());
727
Type *Ty = ST->getMemoryVT().
getTypeForEVT
(*DAG.getContext());
[
all
...]
LegalizeTypes.cpp
[
all
...]
LegalizeTypesGeneric.cpp
156
getTypeForEVT
(*DAG.getContext()));
SelectionDAG.cpp
865
VT.
getTypeForEVT
(*getContext());
[
all
...]
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
773
Type *VecType = VecVT.
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/llvm/include/llvm/CodeGen/
ValueTypes.h
822
///
getTypeForEVT
- This method returns an LLVM type corresponding to the
825
Type *
getTypeForEVT
(LLVMContext &Context) const;
/external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp
362
PointerType * PtrType = PointerType::get(VT.
getTypeForEVT
(*DAG.getContext()),
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
384
getABITypeAlignment(LD->getMemoryVT().
getTypeForEVT
(*DAG.getContext()));
464
getABITypeAlignment(ST->getMemoryVT().
getTypeForEVT
(*DAG.getContext()));
[
all
...]
/external/llvm/lib/Target/R600/
R600ISelLowering.cpp
783
PointerType * PtrType = PointerType::get(VT.
getTypeForEVT
(*DAG.getContext()),
[
all
...]
SIISelLowering.cpp
113
PointerType *PtrTy = PointerType::get(VT.
getTypeForEVT
(*DAG.getContext()),
[
all
...]
/external/llvm/include/llvm/Target/
TargetLowering.h
578
Elm = EVT(PointerTy).
getTypeForEVT
(Ty->getContext());
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 152 milliseconds