/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 538 VAARG, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 636 VAARG, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 151 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/ |
D | SelectionDAGDumper.cpp | 298 case ISD::VAARG: return "vaarg"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 112 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult() 1013 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 957 case ISD::VAARG: in LegalizeOp() 2959 case ISD::VAARG: in ExpandNode() 4061 case ISD::VAARG: { in PromoteNode()
|
D | LegalizeIntegerTypes.cpp | 90 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/ |
D | WebAssemblyISelLowering.cpp | 69 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 788 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/ |
D | XCoreISelLowering.cpp | 142 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering() 177 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 316 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/ |
D | LegalizeFloatTypes.cpp | 99 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult() 846 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeIntegerTypes.cpp | 77 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult() 1094 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | LegalizeDAG.cpp | 801 case ISD::VAARG: in LegalizeOp() 3161 case ISD::VAARG: { in ExpandNode()
|
D | SelectionDAG.cpp | 4395 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/ |
D | MBlazeISelLowering.cpp | 155 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MBlazeTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 142 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/ |
D | PPCISelLowering.cpp | 223 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/ |
D | MSP430ISelLowering.cpp | 161 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 88 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1718 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering() 3057 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 382 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/ |
D | X86ISelLowering.cpp | 528 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/ |
D | MipsISelLowering.cpp | 187 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 374 setOperationAction(ISD::VAARG , MVT::Other, Expand); in SPUTargetLowering()
|