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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 573 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
574 /// and the alignment. It returns a pair of values: the vaarg value and a
576 VAARG,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 269 case ISD::VAARG: return "vaarg";
LegalizeFloatTypes.cpp 104 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 80 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 301 // VAARG always uses double-word chunks, so promote anything smaller.
302 setOperationAction(ISD::VAARG, MVT::i1, Promote);
303 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64);
304 setOperationAction(ISD::VAARG, MVT::i8, Promote);
305 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64);
306 setOperationAction(ISD::VAARG, MVT::i16, Promote);
307 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64);
308 setOperationAction(ISD::VAARG, MVT::i32, Promote);
309 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64);
310 setOperationAction(ISD::VAARG, MVT::Other, Expand)
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 144 setOperationAction(ISD::VAARG, MVT::Other, Custom);
216 case ISD::VAARG: return LowerVAARG(Op, DAG);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 166 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 640 setOperationAction(ISD::VAARG , MVT::Other, Custom);
644 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 200 setOperationAction(ISD::VAARG, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 346 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 700 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]

Completed in 1188 milliseconds