OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddrTy
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEISelDAGToDAG.cpp
301
auto
AddrTy
= Addr->getValueType(0);
303
Base = CurDAG->getTargetFrameIndex(FIN->getIndex(),
AddrTy
);
318
Base = CurDAG->getTargetFrameIndex(FIN->getIndex(),
AddrTy
);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp
791
LLT
AddrTy
= getMRI()->getType(Addr);
796
assert(
AddrTy
.isPointer() && "invalid operand type");
818
LLT
AddrTy
= getMRI()->getType(Addr);
822
assert(
AddrTy
.isPointer() && "invalid operand type");
844
LLT
AddrTy
= Addr.getLLTTy(*getMRI());
847
assert(
AddrTy
.isPointer() && "invalid operand type");
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
2163
EVT
AddrTy
= MemAddr.getValueType();
2171
ResTy,
AddrTy
, MVT::Other, OpsA);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp
5038
PointerType *
AddrTy
= dyn_cast<PointerType>(Address->getType());
5039
if (!
AddrTy
)
5041
Type *AddressAccessTy =
AddrTy
->getElementType();
5042
unsigned AS =
AddrTy
->getAddressSpace();
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026