OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSpillSlotObjectIndex
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
120
return !MFI->isFixedObjectIndex(FI) && !MFI->
isSpillSlotObjectIndex
(FI);
127
return !MFI->
isSpillSlotObjectIndex
(FI);
MachineLICM.cpp
417
MFI->
isSpillSlotObjectIndex
(FI) &&
484
(TII->isLoadFromStackSlot(MI, FI) && MFI->
isSpillSlotObjectIndex
(FI)))
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h
484
///
isSpillSlotObjectIndex
- Returns true if the specified index corresponds
486
bool
isSpillSlotObjectIndex
(int ObjectIdx) const {
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
509
if (FrameInfo->
isSpillSlotObjectIndex
(FI)) {
514
if (FrameInfo->
isSpillSlotObjectIndex
(FI))
517
if (FrameInfo->
isSpillSlotObjectIndex
(FI)) {
522
if (FrameInfo->
isSpillSlotObjectIndex
(FI))
[
all
...]
Completed in 1453 milliseconds