| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 1423 StackPtr = DAG.CreateStackTemporary(VecVT); in ExpandExtractFromVectorThroughStack() 1471 SDValue StackPtr = DAG.CreateStackTemporary(VecVT); in ExpandInsertToVectorThroughStack() 1519 SDValue FIPtr = DAG.CreateStackTemporary(VT); in ExpandVectorBuildThroughStack() 1585 SDValue StackPtr = DAG.CreateStackTemporary(FloatVT, LoadTy); in getSignAsIntValue() 1795 SDValue FIPtr = DAG.CreateStackTemporary(SlotVT.getStoreSize(), SrcAlign); in EmitStackConvert() 1827 SDValue StackPtr = DAG.CreateStackTemporary(Node->getValueType(0)); in ExpandSCALAR_TO_VECTOR() 2149 SDValue StackSlot = DAG.CreateStackTemporary(ExpVT); in ExpandFrexpLibCall() 2285 SDValue FIPtr = DAG.CreateStackTemporary(RetVT); in ExpandDivRemLibCall() 2376 SDValue SinPtr = DAG.CreateStackTemporary(RetVT); in ExpandSinCosLibCall() 2384 SDValue CosPtr = DAG.CreateStackTemporary(RetVT); in ExpandSinCosLibCall() [all …]
|
| H A D | LegalizeTypesGeneric.cpp | 165 SDValue StackPtr = DAG.CreateStackTemporary(InVT.getStoreSize(), Align); in ExpandRes_BITCAST()
|
| H A D | LegalizeTypes.cpp | 906 DAG.CreateStackTemporary(Op.getValueType().getStoreSize(), Align); in CreateStackStoreLoad()
|
| H A D | StatepointLowering.cpp | 142 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot()
|
| H A D | LegalizeVectorTypes.cpp | 1631 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_SUBVECTOR() 1944 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecRes_INSERT_VECTOR_ELT() 3048 SDValue StackPtr = DAG.CreateStackTemporary(MemVT.getStoreSize(), Alignment); in SplitVecRes_VP_REVERSE() 3522 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecOp_EXTRACT_SUBVECTOR() 3580 DAG.CreateStackTemporary(VecVT.getStoreSize(), SmallestAlign); in SplitVecOp_EXTRACT_VECTOR_ELT()
|
| H A D | SelectionDAG.cpp | 2490 SDValue SelectionDAG::CreateStackTemporary(TypeSize Bytes, Align Alignment) { in CreateStackTemporary() function in SelectionDAG 2503 SDValue SelectionDAG::CreateStackTemporary(EVT VT, unsigned minAlign) { in CreateStackTemporary() function in SelectionDAG 2507 return CreateStackTemporary(VT.getStoreSize(), StackAlign); in CreateStackTemporary() 2510 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { in CreateStackTemporary() function in SelectionDAG 2524 return CreateStackTemporary(Bytes, Align); in CreateStackTemporary()
|
| H A D | TargetLowering.cpp | 9825 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); in expandUnalignedLoad() 9976 SDValue StackPtr = DAG.CreateStackTemporary(StoreMemVT, RegVT); in expandUnalignedStore() 11386 SDValue StackPtr = DAG.CreateStackTemporary(MemVT.getStoreSize(), Alignment); in expandVectorSplice() 11449 SDValue StackPtr = DAG.CreateStackTemporary( in expandVECTOR_COMPRESS()
|
| H A D | LegalizeIntegerTypes.cpp | 4611 SDValue StackPtr = DAG.CreateStackTemporary( in ExpandIntRes_ShiftThroughStack() 4999 SDValue Temp = DAG.CreateStackTemporary(PtrVT); in ExpandIntRes_XMULO()
|
| H A D | LegalizeFloatTypes.cpp | 728 SDValue StackSlot = DAG.CreateStackTemporary(VT1); in SoftenFloatRes_FFREXP()
|
| H A D | SelectionDAGBuilder.cpp | 7044 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall() 7071 SDValue Temp = DAG.CreateStackTemporary(EnvVT, TempAlign.value()); in visitIntrinsicCall()
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 1885 SDValue CreateStackTemporary(TypeSize Bytes, Align Alignment); 1889 SDValue CreateStackTemporary(EVT VT, unsigned minAlign = 1); 1893 SDValue CreateStackTemporary(EVT VT1, EVT VT2);
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLoweringCall.cpp | 2208 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall()
|
| H A D | X86ISelDAGToDAG.cpp | 1384 SDValue MemTmp = CurDAG->CreateStackTemporary(MemVT); in PreprocessISelDAG() 1440 SDValue MemTmp = CurDAG->CreateStackTemporary(MemVT); in PreprocessISelDAG()
|
| H A D | X86ISelLowering.cpp | 19902 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64, 8); in LowerUINT_TO_FP() 21255 SDValue StackPtr = DAG.CreateStackTemporary(DstVT, OtherVT); in LRINT_LLRINTHelper() 28978 SDValue StackPtr = DAG.CreateStackTemporary(ArgVT, 16); in LowerWin64_i128OP() 29069 SDValue StackPtr = DAG.CreateStackTemporary(ArgVT, 16); in LowerWin64_INT128_TO_FP() 31780 SDValue StackPtr = DAG.CreateStackTemporary(MVT::i64); in LowerATOMIC_STORE() 33491 SDValue StackPtr = DAG.CreateStackTemporary(MVT::i64); in ReplaceNodeResults()
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 670 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 93 CurDAG->CreateStackTemporary(TypeSize::getFixed(8), Align(8)); in PreprocessISelDAG()
|
| H A D | RISCVISelLowering.cpp | 20038 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 1953 SDValue SpillSlot = DAG.CreateStackTemporary(SlotVT); in LowerCall() 6102 SDValue StackPtr = DAG.CreateStackTemporary(MVT::i64); in lowerREADCYCLECOUNTER()
|
| /src/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 5367 SDValue SpillSlot = DAG.CreateStackTemporary(StoredSize, StackAlign); in LowerCall()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 18681 SDValue StackPtr = DAG.CreateStackTemporary(TypeSize::getFixed(16), Align(4)); in PerformMVETruncCombine() 18849 SDValue StackPtr = DAG.CreateStackTemporary(TypeSize::getFixed(16), Align(4)); in PerformMVEExtCombine()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 8381 SDValue FIPtr = DAG.CreateStackTemporary(i32Stack ? MVT::i32 : MVT::f64); in LowerFP_TO_INTForReuse()
|