OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getFrameIndexTy
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
305
Builder.DAG.getTargetFrameIndex(*Index, Builder.
getFrameIndexTy
());
378
Loc = Builder.DAG.getTargetFrameIndex(Index, Builder.
getFrameIndexTy
());
425
assert(Incoming.getValueType() == Builder.
getFrameIndexTy
() &&
428
Builder.
getFrameIndexTy
()));
668
Incoming = Builder.DAG.getFrameIndex(FI, Builder.
getFrameIndexTy
());
697
assert(Incoming.getValueType() == Builder.
getFrameIndexTy
() &&
700
FI->getIndex(), Builder.
getFrameIndexTy
()));
1217
SDValue SpillSlot = DAG.getTargetFrameIndex(Index,
getFrameIndexTy
());
SelectionDAGBuilder.h
640
MVT
getFrameIndexTy
() {
641
return DAG.getTargetLoweringInfo().
getFrameIndexTy
(DAG.getDataLayout());
SelectionDAGBuilder.cpp
1647
TLI.
getFrameIndexTy
(DAG.getDataLayout()));
5794
TLI.
getFrameIndexTy
(DAG.getDataLayout())));
5798
TLI.
getFrameIndexTy
(DAG.getDataLayout()),
6519
EVT PtrTy = TLI.
getFrameIndexTy
(DAG.getDataLayout());
6567
EVT PtrTy = TLI.
getFrameIndexTy
(DAG.getDataLayout());
8188
SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.
getFrameIndexTy
(DL));
9039
FI->getIndex(), TLI.
getFrameIndexTy
(Builder.DAG.getDataLayout())));
9398
DemoteStackSlot = CLI.DAG.getFrameIndex(DemoteStackIdx,
getFrameIndexTy
(DL));
SelectionDAG.cpp
2184
return getFrameIndex(FrameIdx, TLI->
getFrameIndexTy
(getDataLayout()));
7183
getTargetLoweringInfo().
getFrameIndexTy
(getDataLayout()),
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h
359
MVT
getFrameIndexTy
(const DataLayout &DL) const {
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
5705
FI, DAG.getTargetLoweringInfo().
getFrameIndexTy
(DAG.getDataLayout()));
Completed in 79 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026