Home
last modified time | relevance | path

Searched defs:StackSlot (Results 1 – 18 of 18) sorted by relevance

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp147 int StackSlot; member in __anon413ff0390111::InlineSpiller
1054 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills()
1067 int StackSlot) { in rmFromMergeableSpills()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp171 int StackSlot; member in __anon828a32910111::InlineSpiller
1107 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills()
1127 int StackSlot) { in rmFromMergeableSpills()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DVirtRegRewriter.cpp838 void AvailableSpills::ClobberSharingStackSlots(int StackSlot) { in ClobberSharingStackSlots()
1601 int Idx, unsigned PhysReg, int StackSlot, in SpillRegToStackSlot()
1904 int StackSlot = VRM->getStackSlot(VirtReg); in InsertSpills() local
2467 int StackSlot; in RewriteMBB() local
2552 int StackSlot = VRM->getStackSlot(VirtReg); in RewriteMBB() local
DInlineSpiller.cpp70 int StackSlot; member in __anon229691e50111::InlineSpiller
/external/v8/src/compiler/
Dmachine-operator.cc939 const Operator* MachineOperatorBuilder::StackSlot(int size, int alignment) { in StackSlot() function in v8::internal::compiler::MachineOperatorBuilder
953 const Operator* MachineOperatorBuilder::StackSlot(MachineRepresentation rep, in StackSlot() function in v8::internal::compiler::MachineOperatorBuilder
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp7612 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in LowerSINT_TO_FP() local
7621 SDValue StackSlot, in BuildFILD()
7662 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in BuildFILD() local
7836 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64); in LowerUINT_TO_FP() local
7929 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in FP_TO_INTHelper() local
7982 SDValue FIST = Vals.first, StackSlot = Vals.second; in LowerFP_TO_SINT() local
7994 SDValue FIST = Vals.first, StackSlot = Vals.second; in LowerFP_TO_UINT() local
9675 SDValue StackSlot = DAG.getFrameIndex(SSFI, getPointerTy()); in LowerFLT_ROUNDS_() local
10522 SDValue FIST = Vals.first, StackSlot = Vals.second; in ReplaceNodeResults() local
/external/swiftshader/third_party/subzero/src/
DIceInstX86BaseImpl.h2621 Address StackSlot = in emitIAS() local
2703 Address StackSlot = in emitIAS() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp13380 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerSINT_TO_FP() local
13389 SDValue StackSlot, in BuildFILD()
13429 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in BuildFILD() local
13720 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64); in LowerUINT_TO_FP() local
13846 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in FP_TO_INTHelper() local
14250 SDValue FIST = Vals.first, StackSlot = Vals.second; in LowerFP_TO_SINT() local
14269 SDValue FIST = Vals.first, StackSlot = Vals.second; in LowerFP_TO_UINT() local
18929 SDValue StackSlot = in LowerFLT_ROUNDS_() local
21874 SDValue FIST = Vals.first, StackSlot = Vals.second; in ReplaceNodeResults() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2460 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
DSelectionDAGBuilder.cpp5970 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getPointerTy()); in visitInlineAsm() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2274 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
DSelectionDAGBuilder.cpp2047 SDValue StackSlot = DAG.getLoad( in visitSPDescriptorParent() local
6721 SDValue StackSlot = in visitInlineAsm() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2309 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
DSelectionDAGBuilder.cpp7187 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); in getAddressForMemoryInput() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp16293 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerSINT_TO_FP() local
16301 SDValue StackSlot, in BuildFILD()
16341 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in BuildFILD() local
16644 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64); in LowerUINT_TO_FP() local
16766 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in FP_TO_INTHelper() local
17382 SDValue FIST = Vals.first, StackSlot = Vals.second; in LowerFP_TO_INT() local
22121 SDValue StackSlot = in LowerFLT_ROUNDS_() local
25569 SDValue FIST = Vals.first, StackSlot = Vals.second; in ReplaceNodeResults() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp3765 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6895 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7517 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local