OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpillSlot
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEFrameLowering.h
57
const
SpillSlot
*
59
static const
SpillSlot
Offsets[] = {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp
77
void insertPHIStores(PHINode *OriginalPHI, AllocaInst *
SpillSlot
);
79
insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *
SpillSlot
,
82
void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&
SpillSlot
,
729
AllocaInst *
SpillSlot
= insertPHILoads(PN, F);
730
if (
SpillSlot
)
731
insertPHIStores(PN,
SpillSlot
);
1090
AllocaInst *
SpillSlot
= nullptr;
1096
SpillSlot
= new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr,
1097
Twine(PN->getName(), ".wineh.
spillslot
"),
1099
Value *V = new LoadInst(PN->getType(),
SpillSlot
,
[
all
...]
MIRPrinter.cpp
388
? yaml::FixedMachineStackObject::
SpillSlot
421
? yaml::MachineStackObject::
SpillSlot
PrologEpilogInserter.cpp
410
const TargetFrameLowering::
SpillSlot
*FixedSpillSlots =
432
const TargetFrameLowering::
SpillSlot
*FixedSlot = FixedSpillSlots;
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.h
78
const
SpillSlot
*
ARMFrameLowering.cpp
2279
const TargetFrameLowering::
SpillSlot
*
2281
static const
SpillSlot
FixedSpillOffsets[] = {{ARM::FPCXTNS, -4}};
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.h
167
const
SpillSlot
*
PPCFrameLowering.cpp
92
const PPCFrameLowering::
SpillSlot
*PPCFrameLowering::getCalleeSavedSpillSlots(
177
static const
SpillSlot
ELFOffsets32[] = {
212
static const
SpillSlot
ELFOffsets64[] = {
221
static const
SpillSlot
AIXOffsets32[] = {CALLEE_SAVED_FPRS,
227
static const
SpillSlot
AIXOffsets64[] = {
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h
50
struct
SpillSlot
{
176
virtual const
SpillSlot
*
MIRYamlMapping.h
241
enum ObjectType { DefaultType,
SpillSlot
, VariableSized };
272
IO.enumCase(Type, "spill-slot", MachineStackObject::
SpillSlot
);
309
enum ObjectType { DefaultType,
SpillSlot
};
341
IO.enumCase(Type, "spill-slot", FixedMachineStackObject::
SpillSlot
);
365
if (Object.Type != FixedMachineStackObject::
SpillSlot
) {
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h
90
const
SpillSlot
*getCalleeSavedSpillSlots(unsigned &NumEntries)
92
static const
SpillSlot
Offsets[] = {
HexagonFrameLowering.cpp
1692
using
SpillSlot
= TargetFrameLowering::
SpillSlot
;
1696
const
SpillSlot
*FixedSlots = getCalleeSavedSpillSlots(NumFixed);
1697
for (const
SpillSlot
*S = FixedSlots; S != FixedSlots+NumFixed; ++S) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
140
SDValue
SpillSlot
= Builder.DAG.CreateStackTemporary(ValueType);
141
const unsigned FI = cast<FrameIndexSDNode>(
SpillSlot
)->getIndex();
153
return
SpillSlot
;
193
Optional<int>
SpillSlot
=
195
if (!
SpillSlot
.hasValue())
198
if (MergedResult.hasValue() && *MergedResult != *
SpillSlot
)
201
MergedResult =
SpillSlot
;
1217
SDValue
SpillSlot
= DAG.getTargetFrameIndex(Index, getFrameIndexTy());
1239
DAG.getLoad(LoadVT, getCurSDLoc(), Chain,
SpillSlot
, LoadMMO);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp
722
if (Object.Type != yaml::FixedMachineStackObject::
SpillSlot
)
769
Object.Type == yaml::MachineStackObject::
SpillSlot
, Alloca,
/src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp
616
SDValue
SpillSlot
= DAG.CreateStackTemporary(VA.getValVT());
617
int FI = cast<FrameIndexSDNode>(
SpillSlot
)->getIndex();
619
Chain, DL, Arg,
SpillSlot
,
621
Arg =
SpillSlot
;
/src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp
27
static const TargetFrameLowering::
SpillSlot
SpillOffsetTable[] = {
SystemZISelLowering.cpp
1600
SDValue
SpillSlot
= DAG.CreateStackTemporary(SlotVT);
1601
int FI = cast<FrameIndexSDNode>(
SpillSlot
)->getIndex();
1603
DAG.getStore(Chain, DL, ArgValue,
SpillSlot
,
1611
SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT,
SpillSlot
,
1620
ArgValue =
SpillSlot
;
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp
7577
SDValue
SpillSlot
= DAG.CreateStackTemporary(StoredSize, StackAlign);
7578
int FI = cast<FrameIndexSDNode>(
SpillSlot
)->getIndex();
7580
DAG.getStore(Chain, DL, ArgValue,
SpillSlot
,
7585
SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT,
SpillSlot
,
7591
ArgValue =
SpillSlot
;
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
5706
SDValue
SpillSlot
= Ptr;
5728
Arg =
SpillSlot
;
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp
4128
SDValue
SpillSlot
= DAG.CreateStackTemporary(VA.getValVT());
4129
int FI = cast<FrameIndexSDNode>(
SpillSlot
)->getIndex();
4131
Chain, dl, Arg,
SpillSlot
,
4133
Arg =
SpillSlot
;
[
all
...]
Completed in 66 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026