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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 535 // VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
536 // and the alignment. It returns a pair of values: the vaarg value and a
538 VAARG,
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 151 setOperationAction(ISD::VAARG, MVT::Other, Custom);
152 setOperationAction(ISD::VAARG, MVT::i32, Custom);
711 case ISD::VAARG: {
782 N->getOpcode() == ISD::VAARG &&
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 787 // VAARG needs to be lowered to not do unaligned accesses for doubles.
788 setOperationAction(ISD::VAARG , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 99 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break;
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeIntegerTypes.cpp 77 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 142 setOperationAction(ISD::VAARG, MVT::Other, Custom);
177 case ISD::VAARG: return LowerVAARG(Op, DAG);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 155 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 220 // VAARG is custom lowered with the 32-bit SVR4 ABI.
223 setOperationAction(ISD::VAARG, MVT::Other, Custom);
224 setOperationAction(ISD::VAARG, MVT::i64, Custom);
226 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 528 setOperationAction(ISD::VAARG , MVT::Other, Custom);
531 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 374 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 187 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 606 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]

Completed in 807 milliseconds