HomeSort by relevance Sort by last modified time
    Searched refs:VAARG (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 624 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
625 /// and the alignment. It returns a pair of values: the vaarg value and a
627 VAARG,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 297 case ISD::VAARG: return "vaarg";
LegalizeFloatTypes.cpp 112 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 90 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 123 setOperationAction(ISD::VAARG, MVT::Other, Expand);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 307 // VAARG always uses double-word chunks, so promote anything smaller.
308 setOperationAction(ISD::VAARG, MVT::i1, Promote);
309 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64);
310 setOperationAction(ISD::VAARG, MVT::i8, Promote);
311 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64);
312 setOperationAction(ISD::VAARG, MVT::i16, Promote);
313 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64);
314 setOperationAction(ISD::VAARG, MVT::i32, Promote);
315 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64);
316 setOperationAction(ISD::VAARG, MVT::Other, Expand)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 144 setOperationAction(ISD::VAARG, MVT::Other, Custom);
214 case ISD::VAARG: return LowerVAARG(Op, DAG);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 165 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 386 setOperationAction(ISD::VAARG, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 507 setOperationAction(ISD::VAARG , MVT::Other, Custom);
511 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 190 setOperationAction(ISD::VAARG, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 286 milliseconds