Searched defs:LowerDYNAMIC_STACKALLOC (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcISelLowering.cpp1055 static SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) { function
1160 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp187 return LowerDYNAMIC_STACKALLOC(Op, DAG);
1019 SDValue LanaiTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:LanaiTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp669 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
1312 LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const function in class:MipsTargetLowering
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp687 SDValue AMDGPUTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:AMDGPUTargetLowering
726 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1035 HexagonTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:HexagonTargetLowering
1043 assert(AlignConst && "Non-constant Align in LowerDYNAMIC_STACKALLOC");
2794 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2587 static SDValue LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG, function
3058 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3548 SDValue PPCTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:PPCTargetLowering
4527 return LowerDYNAMIC_STACKALLOC(Op, DAG, PPCSubTarget);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6180 SDValue PPCTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:PPCTargetLowering
8266 return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp7222 return LowerDYNAMIC_STACKALLOC(Op, DAG);
12121 ARMTargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, SelectionDAG &DAG) const { function in class:ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp8927 X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:X86TargetLowering
10430 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16807 X86TargetLowering::LowerDYNAMIC_STACKALLOC(SDValue Op, function in class:X86TargetLowering
21722 case ISD::DYNAMIC_STACKALLOC: return LowerDYNAMIC_STACKALLOC(Op, DAG);
[all...]

Completed in 764 milliseconds