/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 627 VAARG, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 297 case ISD::VAARG: return "vaarg"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 112 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult() 995 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 1237 case ISD::VAARG: in LegalizeOp() 3178 case ISD::VAARG: in ExpandNode() 4278 case ISD::VAARG: { in PromoteNode()
|
D | LegalizeIntegerTypes.cpp | 90 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult() 1304 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | SelectionDAG.cpp | 5433 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 123 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 308 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering() 309 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering() 310 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering() 311 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering() 312 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering() 313 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering() 314 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering() 315 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering() 316 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering() 319 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering() [all …]
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 144 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering() 214 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 165 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1670 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering() 2947 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 386 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering() 878 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1625 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 507 setOperationAction(ISD::VAARG , MVT::Other, Custom); in X86TargetLowering() 511 setOperationAction(ISD::VAARG , MVT::Other, Expand); in X86TargetLowering() 15930 SDValue VAARG = DAG.getMemIntrinsicNode(X86ISD::VAARG_64, dl, in LowerVAARG() local 15937 Chain = VAARG.getValue(1); in LowerVAARG() 15942 VAARG, in LowerVAARG() 20101 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 190 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering() 2265 case ISD::VAARG: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 824 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()
|