Searched defs:StackSlot (Results 1 – 9 of 9) sorted by relevance
| /third_party/node/deps/v8/src/base/platform/ |
| D | platform.h | 602 struct StackSlot { struct 604 StackSlot(void* value) : value(reinterpret_cast<uintptr_t>(value)) {} in StackSlot() argument 605 StackSlot(uintptr_t value) : value(value) {} // NOLINT in StackSlot() argument 615 static StackSlot GetStackStart(); argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InlineSpiller.cpp | 174 int StackSlot; member in __anon40bcec790111::InlineSpiller 1138 void HoistSpillHelper::addToMergeableSpills(MachineInstr &Spill, int StackSlot, in addToMergeableSpills() 1158 int StackSlot) { in rmFromMergeableSpills()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | graph-assembler.cc | 414 TNode<RawPtrT> GraphAssembler::StackSlot(int size, int alignment) { in StackSlot() function in v8::internal::compiler::GraphAssembler
|
| D | machine-operator.cc | 1560 const Operator* MachineOperatorBuilder::StackSlot(int size, int alignment) { in StackSlot() function in v8::internal::compiler::MachineOperatorBuilder 1574 const Operator* MachineOperatorBuilder::StackSlot(MachineRepresentation rep, in StackSlot() function in v8::internal::compiler::MachineOperatorBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceInstX8632.cpp | 2387 AsmAddress StackSlot = AsmAddress(RegisterSet::Encoded_Reg_esp, 0); in emitIAS() local 2470 AsmAddress StackSlot = AsmAddress(RegisterSet::Encoded_Reg_esp, 0); in emitIAS() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 2361 SDValue StackSlot = DAG.CreateStackTemporary(MVT::f64); in ExpandLegalINT_TO_FP() local
|
| D | SelectionDAGBuilder.cpp | 7926 SDValue StackSlot = DAG.getFrameIndex(SSFI, TLI.getFrameIndexTy(DL)); in getAddressForMemoryInput() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 3973 SDValue StackSlot = in LowerCall() local 18845 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerSINT_TO_FP() local 18858 SDValue StackSlot, in BuildFILD() 18898 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in BuildFILD() local 19340 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64); in LowerUINT_TO_FP() local 19466 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in FP_TO_INTHelper() local 25406 SDValue StackSlot = in LowerFLT_ROUNDS_() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 8330 SDValue StackSlot = DAG.getFrameIndex(SSFI, PtrVT); in LowerFLT_ROUNDS_() local
|