OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeForEVT
(Results
1 - 25
of
26
) sorted by null
1
2
/external/llvm/lib/IR/
ValueTypes.cpp
43
ResultVT.LLVMTy = VectorType::get(VT.
getTypeForEVT
(Context), NumElements);
196
///
getTypeForEVT
- This method returns an LLVM type corresponding to the
199
Type *EVT::
getTypeForEVT
(LLVMContext &Context) const {
/external/llvm/include/llvm/CodeGen/
ValueTypes.h
331
///
getTypeForEVT
- This method returns an LLVM type corresponding to the
334
Type *
getTypeForEVT
(LLVMContext &Context) const;
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
274
Type *SType = SVT.
getTypeForEVT
(*DAG.getContext());
[
all
...]
LegalizeTypes.cpp
[
all
...]
LegalizeTypesGeneric.cpp
166
NOutVT.
getTypeForEVT
(*DAG.getContext()));
SelectionDAG.cpp
898
VT.
getTypeForEVT
(*getContext());
[
all
...]
LegalizeIntegerTypes.cpp
[
all
...]
TargetLowering.cpp
98
Entry.Ty = Entry.Node.getValueType().
getTypeForEVT
(*DAG.getContext());
111
Type *RetTy = RetVT.
getTypeForEVT
(*DAG.getContext());
[
all
...]
LegalizeVectorTypes.cpp
857
Type *VecType = VecVT.
getTypeForEVT
(*DAG.getContext());
[
all
...]
DAGCombiner.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp
362
PointerType * PtrType = PointerType::get(VT.
getTypeForEVT
(*DAG.getContext()),
/external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp
436
LD->getMemoryVT().
getTypeForEVT
(*DAG.getContext()));
518
ST->getMemoryVT().
getTypeForEVT
(*DAG.getContext()));
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
376
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
/external/llvm/include/llvm/Target/
TargetLowering.h
734
Elm = PointerTy.
getTypeForEVT
(Ty->getContext());
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringBase.cpp
[
all
...]
/external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp
[
all
...]
SIISelLowering.cpp
546
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
[
all
...]
AMDGPUISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
[
all
...]
Completed in 8090 milliseconds
1
2