/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 780 VAARG, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 374 case ISD::VAARG: return "vaarg"; in getOperationName()
|
D | LegalizeFloatTypes.cpp | 133 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult() 1126 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
|
D | LegalizeDAG.cpp | 995 case ISD::VAARG: in LegalizeOp() 3000 case ISD::VAARG: in ExpandNode() 4291 case ISD::VAARG: { in PromoteNode()
|
D | LegalizeIntegerTypes.cpp | 93 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult() 1800 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
|
D | LegalizeVectorTypes.cpp | 855 case ISD::VAARG: in SplitVectorResult()
|
D | SelectionDAG.cpp | 7322 return getNode(ISD::VAARG, dl, getVTList(VT, MVT::Other), Ops); in getVAArg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.cpp | 130 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 447 setOperationAction(ISD::VAARG, MVT::i1, Promote); in PPCTargetLowering() 448 AddPromotedToType(ISD::VAARG, MVT::i1, MVT::i64); in PPCTargetLowering() 449 setOperationAction(ISD::VAARG, MVT::i8, Promote); in PPCTargetLowering() 450 AddPromotedToType(ISD::VAARG, MVT::i8, MVT::i64); in PPCTargetLowering() 451 setOperationAction(ISD::VAARG, MVT::i16, Promote); in PPCTargetLowering() 452 AddPromotedToType(ISD::VAARG, MVT::i16, MVT::i64); in PPCTargetLowering() 453 setOperationAction(ISD::VAARG, MVT::i32, Promote); in PPCTargetLowering() 454 AddPromotedToType(ISD::VAARG, MVT::i32, MVT::i64); in PPCTargetLowering() 455 setOperationAction(ISD::VAARG, MVT::Other, Expand); in PPCTargetLowering() 458 setOperationAction(ISD::VAARG, MVT::Other, Custom); in PPCTargetLowering() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 139 setOperationAction(ISD::VAARG, MVT::Other, Custom); in XCoreTargetLowering() 208 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 148 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 81 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 129 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1685 setOperationAction(ISD::VAARG , MVT::Other, Custom); in SparcTargetLowering() 3032 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 460 setOperationAction(ISD::VAARG, MVT::Other, Custom); in MipsTargetLowering() 1231 case ISD::VAARG: return lowerVAARG(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 110 setOperationAction(ISD::VAARG, MVT::Other, Expand); in RISCVTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1377 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 315 setOperationAction(ISD::VAARG, MVT::Other, Custom); in AArch64TargetLowering() 3182 case ISD::VAARG: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 495 setOperationAction(ISD::VAARG, MVT::Other, Is64Bit ? Custom : Expand); in X86TargetLowering() 23229 SDValue VAARG = DAG.getMemIntrinsicNode( in LowerVAARG() local 23235 Chain = VAARG.getValue(1); in LowerVAARG() 23238 return DAG.getLoad(ArgVT, dl, Chain, VAARG, MachinePointerInfo()); in LowerVAARG() 28600 case ISD::VAARG: return LowerVAARG(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1212 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()
|