/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 75 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/ |
D | machine-operator.cc | 478 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
|
D | wasm-compiler.cc | 1240 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()
|
D | int64-lowering.cc | 523 machine()->StackSlot(MachineRepresentation::kWord64)); in LowerNode() 556 machine()->StackSlot(MachineRepresentation::kWord64)); in LowerNode()
|
D | machine-operator.h | 593 const Operator* StackSlot(MachineRepresentation rep);
|
D | raw-machine-assembler.h | 83 Node* StackSlot(MachineRepresentation rep) { in StackSlot() function 84 return AddNode(machine()->StackSlot(rep)); in StackSlot()
|
D | opcodes.h | 292 V(StackSlot) \
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 925 SDValue BuildFILD(SDValue Op, EVT SrcVT, SDValue Chain, SDValue StackSlot,
|
D | X86ISelLowering.cpp | 12548 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/ |
D | lithium.h | 22 V(StackSlot, STACK_SLOT, 128) \
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2529 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()
|
D | SelectionDAGBuilder.cpp | 1936 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/ |
D | test-run-native-calls.cc | 1178 Node* stack_slot = f.StackSlot(slot_type.representation()); in TestStackSlot()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6610 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_()
|