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 533 /// VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
534 /// and the alignment. It returns a pair of values: the vaarg value and a
536 VAARG,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 256 case ISD::VAARG: return "vaarg";
LegalizeFloatTypes.cpp 101 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 78 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 265 // VAARG always uses double-word chunks, so promote anything smaller.
266 setOperationAction(ISD::VAARG, MVT::i1, Promote);
267 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64);
268 setOperationAction(ISD::VAARG, MVT::i8, Promote);
269 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64);
270 setOperationAction(ISD::VAARG, MVT::i16, Promote);
271 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64);
272 setOperationAction(ISD::VAARG, MVT::i32, Promote);
273 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64);
274 setOperationAction(ISD::VAARG, MVT::Other, Expand)
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::VAARG, MVT::Other, Custom);
180 case ISD::VAARG: return LowerVAARG(Op, DAG);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 169 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 126 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 623 setOperationAction(ISD::VAARG , MVT::Other, Custom);
627 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 351 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 150 milliseconds