OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTypeForEVT
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ValueTypes.h
449
Type *
getTypeForEVT
(LLVMContext &Context) const;
TargetLowering.h
1401
EltTy = PointerTy.
getTypeForEVT
(Ty->getContext());
1419
Elm = PointerTy.
getTypeForEVT
(Ty->getContext());
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CallLowering.cpp
217
SplitArgs.emplace_back(OrigArg.Regs[0], SplitVTs[0].
getTypeForEVT
(Ctx),
229
Type *SplitTy = SplitVTs[i].
getTypeForEVT
(Ctx);
841
ArgInfo DemoteArg(DemoteReg, ValueVTs[0].
getTypeForEVT
(PtrTy->getContext()));
894
Type *PartTy = EVT(RegVT).
getTypeForEVT
(Context);
IRTranslator.cpp
2340
DL->getABITypeAlign(Info.memVT.
getTypeForEVT
(F->getContext())));
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ValueTypes.cpp
48
VectorType::get(VT.
getTypeForEVT
(Context), NumElements, IsScalable);
55
ResultVT.LLVMTy = VectorType::get(VT.
getTypeForEVT
(Context), EC);
178
///
getTypeForEVT
- This method returns an LLVM type corresponding to the
181
Type *EVT::
getTypeForEVT
(LLVMContext &Context) const {
TargetLoweringBase.cpp
1686
Type *Ty = VT.
getTypeForEVT
(Context);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp
375
ArgInfo CurArgInfo = ArgInfo{CurVReg, SplitEVTs[i].
getTypeForEVT
(Ctx)};
396
CurArgInfo.Ty = EVT(NewVT).
getTypeForEVT
(Ctx);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp
318
Type *SType = SVT.
getTypeForEVT
(*DAG.getContext());
1699
Type *DestType = DestVT.
getTypeForEVT
(*DAG.getContext());
1711
SrcOp.getValueType().
getTypeForEVT
(*DAG.getContext()));
1909
CV.push_back(ConstantInt::get(EltVT.
getTypeForEVT
(*DAG.getContext()),
1914
Type *OpNTy = EltVT.
getTypeForEVT
(*DAG.getContext());
1985
Type *ArgTy = ArgVT.
getTypeForEVT
(*DAG.getContext());
1996
Type *RetTy = RetVT.
getTypeForEVT
(*DAG.getContext());
2150
Type *RetTy = RetVT.
getTypeForEVT
(*DAG.getContext());
2156
Type *ArgTy = ArgVT.
getTypeForEVT
(*DAG.getContext());
2245
Type *RetTy = RetVT.
getTypeForEVT
(*DAG.getContext())
[
all
...]
SelectionDAG.cpp
1126
VT.
getTypeForEVT
(*getContext());
2123
VT.
getTypeForEVT
(*getContext())),
2148
Type *Ty = VT.
getTypeForEVT
(*getContext());
2165
Ty = IntermediateVT.
getTypeForEVT
(*getContext());
2188
Type *Ty = VT.
getTypeForEVT
(*getContext());
2203
Type *Ty1 = VT1.
getTypeForEVT
(*getContext());
2204
Type *Ty2 = VT2.
getTypeForEVT
(*getContext());
6242
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
6371
Type *Ty = MemOps[0].
getTypeForEVT
(C);
6553
Type *Ty = MemOps[0].
getTypeForEVT
(C)
[
all
...]
LegalizeIntegerTypes.cpp
3989
Type *RetTy = VT.
getTypeForEVT
(*DAG.getContext());
3991
Type *PtrTy = PtrVT.
getTypeForEVT
(*DAG.getContext());
4013
Type *ArgTy = ArgVT.
getTypeForEVT
(*DAG.getContext());
DAGCombiner.cpp
1040
Type *AccessTy = VT.
getTypeForEVT
(*DAG.getContext());
2096
VT.
getTypeForEVT
(*DAG.getContext()), AS);
12360
VT.
getTypeForEVT
(*DAG.getContext()));
16054
ResVT.
getTypeForEVT
(*DAG->getContext()));
16540
Type *NewVTTy = NewVT.
getTypeForEVT
(*DAG.getContext());
16604
Type *IntVTTy = IntVT.
getTypeForEVT
(*DAG.getContext());
18395
VecEltVT.
getTypeForEVT
(*DAG.getContext()));
SelectionDAGBuilder.cpp
9488
Type *ArgTy = VT.
getTypeForEVT
(CLI.RetTy->getContext());
10038
Type *ArgTy = VT.
getTypeForEVT
(*DAG.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.cpp
271
Type *LegalVTy = EVT(LT.second).
getTypeForEVT
(RetTy->getContext());
1564
Type *LegalVTy = EVT(LT.second).
getTypeForEVT
(Ty->getContext());
1586
Type *LegalVTy = EVT(LT.second).
getTypeForEVT
(ValTy->getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRISelLowering.cpp
424
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
447
Entry.Ty = Value.getValueType().
getTypeForEVT
(*DAG.getContext());
1050
auto evt = EVT(VT).
getTypeForEVT
(CCInfo.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp
308
ArgInfo RetInfo(Reg, VT.
getTypeForEVT
(Ctx));
324
RetInfo.Ty = ExtVT.
getTypeForEVT
(Ctx);
R600ISelLowering.cpp
817
PointerType * PtrType = PointerType::get(VT.
getTypeForEVT
(*DAG.getContext()),
SIISelLowering.cpp
5720
Type *Ty = PtrVT.
getTypeForEVT
(*DAG.getContext());
6314
DataLayout.getABITypeAlign(VT.
getTypeForEVT
(*DAG.getContext()));
6455
Type *Type = VT.
getTypeForEVT
(*DAG.getContext());
8837
Type *Ty = MemVT.
getTypeForEVT
(*DCI.DAG.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCallLowering.cpp
682
ArgInfo Info = ArgInfo{OrigArg.Regs[i], SplitEVTs[i].
getTypeForEVT
(Ctx)};
MipsISelLowering.cpp
2293
TD.getTypeAllocSize(VT.
getTypeForEVT
(*DAG.getContext()));
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
2307
TD.getPrefTypeAlign(ValVT.
getTypeForEVT
(*DAG.getContext()));
2572
EltVT.
getTypeForEVT
(F->getContext()), ADDRESS_SPACE_PARAM));
4787
Align PrefAlign = TD.getPrefTypeAlign(ResVT.
getTypeForEVT
(*DAG.getContext()));
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelLowering.cpp
1474
Entry.Ty = Entry.Node.getValueType().
getTypeForEVT
(*DAG.getContext());
1478
Entry.Ty = Entry.Node.getValueType().
getTypeForEVT
(*DAG.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
SparcISelLowering.cpp
2132
Type *ArgTy = ArgVT.
getTypeForEVT
(*DAG.getContext());
2163
Type *RetTy = Op.getValueType().
getTypeForEVT
(*DAG.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
977
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
2037
Info.align = DL.getABITypeAlign(Info.memVT.
getTypeForEVT
(Cont));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
9294
Type *ArgTy = ArgVT.
getTypeForEVT
(*DAG.getContext());
9385
Arg.Ty = Arg.Node.getValueType().
getTypeForEVT
(*DAG.getContext());
9392
.setCallee(CallingConv::ARM_AAPCS_VFP, VT.
getTypeForEVT
(*DAG.getContext()),
18703
Type *ArgTy = ArgVT.
getTypeForEVT
(*Context);
18725
Type *Ty = VT.
getTypeForEVT
(*DAG.getContext());
Completed in 201 milliseconds
1
2
Indexes created Tue Feb 24 08:35:24 UTC 2026