Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h780 VAARG, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp374 case ISD::VAARG: return "vaarg"; in getOperationName()
DLegalizeFloatTypes.cpp133 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break; in SoftenFloatResult()
1126 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandFloatResult()
DLegalizeDAG.cpp995 case ISD::VAARG: in LegalizeOp()
3000 case ISD::VAARG: in ExpandNode()
4291 case ISD::VAARG: { in PromoteNode()
DLegalizeIntegerTypes.cpp93 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break; in PromoteIntegerResult()
1800 case ISD::VAARG: ExpandRes_VAARG(N, Lo, Hi); break; in ExpandIntegerResult()
DLegalizeVectorTypes.cpp855 case ISD::VAARG: in SplitVectorResult()
DSelectionDAG.cpp7322 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/
DARCISelLowering.cpp130 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp447 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/
DXCoreISelLowering.cpp139 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/
DLanaiISelLowering.cpp102 setOperationAction(ISD::VAARG, MVT::Other, Expand); in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp148 setOperationAction(ISD::VAARG, MVT::Other, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp81 setOperationAction(ISD::VAARG, MVT::Other, Expand); in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp129 setOperationAction(ISD::VAARG, MVT::Other, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1685 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/
DMipsISelLowering.cpp460 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/
DRISCVISelLowering.cpp110 setOperationAction(ISD::VAARG, MVT::Other, Expand); in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1377 setOperationAction(ISD::VAARG, MVT::Other, Expand); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp315 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/
DX86ISelLowering.cpp495 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/
DARMISelLowering.cpp1212 setOperationAction(ISD::VAARG, MVT::Other, Expand); in ARMTargetLowering()