Home
last modified time | relevance | path

Searched refs:StackSlot (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp75 int StackSlot; member in __anon5b897d710111::InlineSpiller
253 if (SnipLI.reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
257 if (SnipLI.reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) in isSnippet()
624 if (Reg == TII.isLoadFromStackSlot(MI, FI) && FI == StackSlot) { in traceSiblingValue()
746 TII.storeRegToStackSlot(*MBB, MII, SVI.SpillReg, false, StackSlot, in hoistSpill()
805 if (Reg == TII.isStoreToStackSlot(MI, FI) && FI == StackSlot) { in eliminateRedundantSpills()
1023 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess()
1124 : TII.foldMemoryOperand(MI, FoldOps, StackSlot); in foldMemoryOperand()
1189 TII.loadRegFromStackSlot(MBB, MI, NewVReg, StackSlot, in insertReload()
1205 TII.storeRegToStackSlot(MBB, std::next(MI), NewVReg, isKill, StackSlot, in insertSpill()
[all …]
/external/v8/src/compiler/
Dmachine-operator.cc478 struct StackSlot##Type##Operator final \
480 StackSlot##Type##Operator() \
486 StackSlot##Type##Operator kStackSlot##Type;
624 const Operator* MachineOperatorBuilder::StackSlot(MachineRepresentation rep) { in StackSlot() function in v8::internal::compiler::MachineOperatorBuilder
Dwasm-compiler.cc1240 graph()->NewNode(jsgraph()->machine()->StackSlot(input_type)); in BuildBitCountingCall()
1380 graph()->NewNode(jsgraph()->machine()->StackSlot(type.representation())); in BuildCFuncInstruction()
1396 jsgraph()->machine()->StackSlot(type.representation())); in BuildCFuncInstruction()
1451 jsgraph()->machine()->StackSlot(parameter_representation)); in BuildIntToFloatConversionInstruction()
1453 jsgraph()->machine()->StackSlot(result_type.representation())); in BuildIntToFloatConversionInstruction()
1550 jsgraph()->machine()->StackSlot(parameter_representation)); in BuildFloatToIntConversionInstruction()
1552 jsgraph()->machine()->StackSlot(result_type.representation())); in BuildFloatToIntConversionInstruction()
1786 jsgraph()->machine()->StackSlot(MachineRepresentation::kWord64)); in BuildDiv64Call()
1788 jsgraph()->machine()->StackSlot(MachineRepresentation::kWord64)); in BuildDiv64Call()
Dint64-lowering.cc523 machine()->StackSlot(MachineRepresentation::kWord64)); in LowerNode()
556 machine()->StackSlot(MachineRepresentation::kWord64)); in LowerNode()
Dmachine-operator.h593 const Operator* StackSlot(MachineRepresentation rep);
Draw-machine-assembler.h83 Node* StackSlot(MachineRepresentation rep) { in StackSlot() function
84 return AddNode(machine()->StackSlot(rep)); in StackSlot()
Dopcodes.h292 V(StackSlot) \
/external/llvm/lib/Target/X86/
DX86ISelLowering.h925 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
DX86ISelLowering.cpp12548 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerSINT_TO_FP() local
12550 DAG.getEntryNode(), dl, Op.getOperand(0), StackSlot, in LowerSINT_TO_FP()
12553 return BuildFILD(Op, SrcVT, Chain, StackSlot, DAG); in LowerSINT_TO_FP()
12557 SDValue StackSlot, in BuildFILD() argument
12570 FrameIndexSDNode *FI = dyn_cast<FrameIndexSDNode>(StackSlot); in BuildFILD()
12578 MMO = cast<LoadSDNode>(StackSlot)->getMemOperand(); in BuildFILD()
12579 StackSlot = StackSlot.getOperand(1); in BuildFILD()
12581 SDValue Ops[] = { Chain, StackSlot, DAG.getValueType(SrcVT) }; in BuildFILD()
12597 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in BuildFILD() local
12600 Chain, Result, StackSlot, DAG.getValueType(Op.getValueType()), InFlag in BuildFILD()
[all …]
/external/v8/src/crankshaft/
Dlithium.h22 V(StackSlot, STACK_SLOT, 128) \
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2529 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
2533 StackSlot.getValueType()); in ExpandLegalINT_TO_FP()
2535 SDValue Hi = StackSlot; in ExpandLegalINT_TO_FP()
2536 SDValue Lo = DAG.getNode(ISD::ADD, dl, StackSlot.getValueType(), in ExpandLegalINT_TO_FP()
2537 StackSlot, WordOff); in ExpandLegalINT_TO_FP()
2561 SDValue Load = DAG.getLoad(MVT::f64, dl, Store2, StackSlot, in ExpandLegalINT_TO_FP()
DSelectionDAGBuilder.cpp1936 SDValue StackSlot = DAG.getLoad( in visitSPDescriptorParent() local
1943 SDValue Sub = DAG.getNode(ISD::SUB, dl, VT, Guard, StackSlot); in visitSPDescriptorParent()
1953 MVT::Other, StackSlot.getOperand(0), in visitSPDescriptorParent()
6264 SDValue StackSlot = in visitInlineAsm() local
6267 Chain, getCurSDLoc(), OpInfo.CallOperand, StackSlot, in visitInlineAsm()
6270 OpInfo.CallOperand = StackSlot; in visitInlineAsm()
/external/v8/test/cctest/compiler/
Dtest-run-native-calls.cc1178 Node* stack_slot = f.StackSlot(slot_type.representation()); in TestStackSlot()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6610 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local
6612 StackSlot, MachinePointerInfo(), false, false,0); in LowerFLT_ROUNDS_()
6616 SDValue Addr = DAG.getNode(ISD::ADD, dl, PtrVT, StackSlot, Four); in LowerFLT_ROUNDS_()