OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLLTTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp
129
assert(Res.
getLLTTy
(*getMRI()).isPointer() && "expected ptr dst type");
139
assert(Res.
getLLTTy
(*getMRI()).isPointer() && "invalid operand type");
148
assert(Res.
getLLTTy
(*getMRI()).isPointer() && "invalid operand type");
149
assert(Res.
getLLTTy
(*getMRI()).getAddressSpace() ==
185
assert(Res.
getLLTTy
(*getMRI()).getScalarType().isPointer() &&
186
Res.
getLLTTy
(*getMRI()) == Op0.
getLLTTy
(*getMRI()) && "type mismatch");
187
assert(Op1.
getLLTTy
(*getMRI()).getScalarType().isScalar() && "invalid offset type");
211
LLT PtrTy = Res.
getLLTTy
(*getMRI());
257
LLT Ty = Res.
getLLTTy
(*getMRI())
[
all
...]
CSEMIRBuilder.cpp
77
B.addNodeIDRegType(Op.
getLLTTy
(*getMRI()));
241
LLT Ty = Res.
getLLTTy
(*getMRI());
268
LLT Ty = Res.
getLLTTy
(*getMRI());
LegalizerHelper.cpp
6716
const LLT Ty = Dst.
getLLTTy
(*B.getMRI());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h
87
LLT
getLLTTy
(const MachineRegisterInfo &MRI) const {
158
LLT
getLLTTy
(const MachineRegisterInfo &MRI) const {
1544
auto NegOne = buildConstant(Dst.
getLLTTy
(*getMRI()), -1);
Completed in 49 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026