Home
last modified time | relevance | path

Searched refs:VAARG (Results 1 – 25 of 31) sorted by relevance

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h538 VAARG, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h636 VAARG, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp151 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AlphaTargetLowering()
152 setOperationAction(ISD::VAARG, MVT::i32, Custom); in AlphaTargetLowering()
711 case ISD::VAARG: { in LowerOperation()
782 N->getOpcode() == ISD::VAARG && in ReplaceNodeResults()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp298 case ISD::VAARG: return "vaarg"; in getOperationName()
DLegalizeFloatTypes.cpp112 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
1013 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp957 case ISD::VAARG: in LegalizeOp()
2959 case ISD::VAARG: in ExpandNode()
4061 case ISD::VAARG: { in PromoteNode()
DLegalizeIntegerTypes.cpp90 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1309 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp69 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp788 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
1159 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp142 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
177 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp316 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering()
317 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering()
318 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering()
319 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering()
320 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering()
321 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering()
322 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering()
323 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering()
324 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
327 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp99 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
846 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeIntegerTypes.cpp77 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1094 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeDAG.cpp801 case ISD::VAARG: in LegalizeOp()
3161 case ISD::VAARG: { in ExpandNode()
DSelectionDAG.cpp4395 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops, 4); in getVAArg()
6076 case ISD::VAARG: return "vaarg"; in getOperationName()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp155 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp142 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering()
211 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp223 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering()
224 setOperationAction(ISD::VAARG, MVT::i64, Custom); in PPCTargetLowering()
226 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering()
4522 case ISD::VAARG: in LowerOperation()
4564 case ISD::VAARG: { in ReplaceNodeResults()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp161 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp88 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1718 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering()
3057 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp382 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering()
906 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp528 setOperationAction(ISD::VAARG , MVT::Other, Custom); in X86TargetLowering()
531 setOperationAction(ISD::VAARG , MVT::Other, Expand); in X86TargetLowering()
9095 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl, in LowerVAARG() local
9103 Chain = VAARG.getValue(1); in LowerVAARG()
9108 VAARG, in LowerVAARG()
10423 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp187 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MipsTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp374 setOperationAction(ISD::VAARG , MVT::Other, Expand); in SPUTargetLowering()

12