Searched refs:CreateStackTemporary (Results 1 - 11 of 11) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 333 SDValue StackPtr = DAG.CreateStackTemporary(StoredVT, RegVT); 456 SDValue StackBase = DAG.CreateStackTemporary(LoadedVT, RegVT); 585 SDValue StackPtr = DAG.CreateStackTemporary(VT); 1359 SDValue StackPtr = DAG.CreateStackTemporary(Vec.getValueType()); 1395 SDValue StackPtr = DAG.CreateStackTemporary(Vec.getValueType()); 1437 SDValue FIPtr = DAG.CreateStackTemporary(VT); 1497 SDValue StackPtr = DAG.CreateStackTemporary(FloatVT, LoadTy); 1631 SDValue FIPtr = DAG.CreateStackTemporary(SlotVT, SrcAlign); 1670 SDValue StackPtr = DAG.CreateStackTemporary(Node->getValueType(0)); 2012 SDValue FIPtr = DAG.CreateStackTemporary(RetV [all...] |
H A D | LegalizeTypesGeneric.cpp | 121 SDValue StackPtr = DAG.CreateStackTemporary(InVT, Alignment);
|
H A D | LegalizeTypes.cpp | 887 SDValue StackPtr = DAG.CreateStackTemporary(Op.getValueType(), DestVT);
|
H A D | LegalizeVectorTypes.cpp | 743 SDValue StackPtr = DAG.CreateStackTemporary(VecVT); 1145 SDValue StackPtr = DAG.CreateStackTemporary(VecVT);
|
H A D | SelectionDAG.cpp | 1537 /// CreateStackTemporary - Create a stack temporary, suitable for holding the 1539 SDValue SelectionDAG::CreateStackTemporary(EVT VT, unsigned minAlign) { function in class:SelectionDAG 1550 /// CreateStackTemporary - Create a stack temporary suitable for holding 1552 SDValue SelectionDAG::CreateStackTemporary(EVT VT1, EVT VT2) { function in class:SelectionDAG
|
H A D | LegalizeIntegerTypes.cpp | 2292 SDValue Temp = DAG.CreateStackTemporary(PtrVT);
|
/external/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 968 /// CreateStackTemporary - Create a stack temporary, suitable for holding the 971 SDValue CreateStackTemporary(EVT VT, unsigned minAlign = 1); 973 /// CreateStackTemporary - Create a stack temporary suitable for holding 975 SDValue CreateStackTemporary(EVT VT1, EVT VT2);
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 468 SDValue StackPtr = DAG.CreateStackTemporary(MVT::f64, MVT::i32);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 511 SDValue MemTmp = CurDAG->CreateStackTemporary(MemVT);
|
H A D | X86ISelLowering.cpp | 2295 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); 8007 SDValue StackSlot = DAG.CreateStackTemporary(MVT::i64); 13774 SDValue StackPtr = DAG.CreateStackTemporary(InputVector.getValueType());
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3801 SDValue FIPtr = DAG.CreateStackTemporary(MVT::f64);
|
Completed in 183 milliseconds