/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 70 void insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot); 72 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, 75 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, 694 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 695 if (SpillSlot) in demotePHIsOnFunclets() 696 insertPHIStores(PN, SpillSlot); in demotePHIsOnFunclets() 1067 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1073 SpillSlot = new AllocaInst(PN->getType(), nullptr, in insertPHILoads() 1076 Value *V = new LoadInst(SpillSlot, Twine(PN->getName(), ".wineh.reload"), in insertPHILoads() 1079 return SpillSlot; in insertPHILoads() [all …]
|
D | PrologEpilogInserter.cpp | 351 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in assignCalleeSavedSpillSlots() 368 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots()
|
D | MIRPrinter.cpp | 296 ? yaml::FixedMachineStackObject::SpillSlot in convertStackObjects() 320 ? yaml::MachineStackObject::SpillSlot in convertStackObjects()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 76 void insertPHIStores(PHINode *OriginalPHI, AllocaInst *SpillSlot); 78 insertPHIStore(BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, 81 void replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, 709 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local 710 if (SpillSlot) in demotePHIsOnFunclets() 711 insertPHIStores(PN, SpillSlot); in demotePHIsOnFunclets() 1075 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local 1081 SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr, in insertPHILoads() 1084 Value *V = new LoadInst(PN->getType(), SpillSlot, in insertPHILoads() 1088 return SpillSlot; in insertPHILoads() [all …]
|
D | MIRPrinter.cpp | 371 ? yaml::FixedMachineStackObject::SpillSlot in convertStackObjects() 396 ? yaml::MachineStackObject::SpillSlot in convertStackObjects()
|
D | PrologEpilogInserter.cpp | 407 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in assignCalleeSavedSpillSlots() 429 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in assignCalleeSavedSpillSlots()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 102 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 103 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot() 111 return SpillSlot; in allocateStackSlot() 147 Optional<int> SpillSlot = in findPreviousSpillSlot() local 149 if (!SpillSlot.hasValue()) in findPreviousSpillSlot() 152 if (MergedResult.hasValue() && *MergedResult != *SpillSlot) in findPreviousSpillSlot() 155 MergedResult = SpillSlot; in findPreviousSpillSlot() 919 SDValue SpillSlot = DAG.getTargetFrameIndex(*DerivedPtrLocation, in visitGCRelocate() local 928 DAG.getLoad(SpillSlot.getValueType(), getCurSDLoc(), Chain, SpillSlot, in visitGCRelocate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
D | VEFrameLowering.h | 49 const SpillSlot * 51 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
|
/external/llvm/include/llvm/CodeGen/ |
D | MIRYamlMapping.h | 186 enum ObjectType { DefaultType, SpillSlot, VariableSized }; 204 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot); 238 enum ObjectType { DefaultType, SpillSlot }; 254 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot); 267 if (Object.Type != FixedMachineStackObject::SpillSlot) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | StatepointLowering.cpp | 125 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local 126 const unsigned FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in allocateStackSlot() 138 return SpillSlot; in allocateStackSlot() 174 Optional<int> SpillSlot = in findPreviousSpillSlot() local 176 if (!SpillSlot.hasValue()) in findPreviousSpillSlot() 179 if (MergedResult.hasValue() && *MergedResult != *SpillSlot) in findPreviousSpillSlot() 182 MergedResult = SpillSlot; in findPreviousSpillSlot() 1021 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local 1040 SpillSlot, LoadMMO); in visitGCRelocate()
|
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 42 struct SpillSlot { struct 136 virtual const SpillSlot *
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetFrameLowering.h | 51 struct SpillSlot { struct 145 virtual const SpillSlot *
|
D | MIRYamlMapping.h | 208 enum ObjectType { DefaultType, SpillSlot, VariableSized }; 239 IO.enumCase(Type, "spill-slot", MachineStackObject::SpillSlot); 276 enum ObjectType { DefaultType, SpillSlot }; 308 IO.enumCase(Type, "spill-slot", FixedMachineStackObject::SpillSlot); 332 if (Object.Type != FixedMachineStackObject::SpillSlot) {
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 60 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots() 62 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
|
D | HexagonFrameLowering.cpp | 1316 typedef TargetFrameLowering::SpillSlot SpillSlot; in assignCalleeSavedSpillSlots() typedef 1319 const SpillSlot *FixedSlots = getCalleeSavedSpillSlots(NumFixed); in assignCalleeSavedSpillSlots() 1320 for (const SpillSlot *S = FixedSlots; S != FixedSlots+NumFixed; ++S) { in assignCalleeSavedSpillSlots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 84 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) in getCalleeSavedSpillSlots() 86 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZFrameLowering.h | 28 const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const
|
D | SystemZFrameLowering.cpp | 27 static const TargetFrameLowering::SpillSlot SpillOffsetTable[] = { 59 const TargetFrameLowering::SpillSlot *
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 137 const SpillSlot *
|
D | PPCFrameLowering.cpp | 92 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() 97 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; in getCalleeSavedSpillSlots() 100 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots() 114 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() 178 static const SpillSlot Offsets64[] = { in getCalleeSavedSpillSlots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.h | 164 const SpillSlot *
|
D | PPCFrameLowering.cpp | 109 const PPCFrameLowering::SpillSlot *PPCFrameLowering::getCalleeSavedSpillSlots( in getCalleeSavedSpillSlots() 114 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; in getCalleeSavedSpillSlots() 117 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots() 131 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots() 215 static const SpillSlot Offsets64[] = { in getCalleeSavedSpillSlots()
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 486 if (Object.Type != yaml::FixedMachineStackObject::SpillSlot) in initializeFrameInfo() 522 Object.Type == yaml::MachineStackObject::SpillSlot, Alloca); in initializeFrameInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIRParser.cpp | 676 if (Object.Type != yaml::FixedMachineStackObject::SpillSlot) in initializeFrameInfo() 722 Object.Type == yaml::MachineStackObject::SpillSlot, Alloca, in initializeFrameInfo()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 356 struct SpillSlot struct in nv50_ir::SpillCodeInserter 364 std::list<SpillSlot> slots; 1639 SpillSlot slot; in assignSlot() 1642 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin(); in assignSlot() 1655 std::list<SpillSlot>::iterator bgn = it; in assignSlot()
|