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 534 // VAARG - VAARG has four operands: an input chain, a pointer, a SRCVALUE,
535 // and the alignment. It returns a pair of values: the vaarg value and a
537 VAARG,
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 231 // VAARG always uses double-word chunks, so promote anything smaller.
232 setOperationAction(ISD::VAARG, MVT::i1, Promote);
233 AddPromotedToType (ISD::VAARG, MVT::i1, MVT::i64);
234 setOperationAction(ISD::VAARG, MVT::i8, Promote);
235 AddPromotedToType (ISD::VAARG, MVT::i8, MVT::i64);
236 setOperationAction(ISD::VAARG, MVT::i16, Promote);
237 AddPromotedToType (ISD::VAARG, MVT::i16, MVT::i64);
238 setOperationAction(ISD::VAARG, MVT::i32, Promote);
239 AddPromotedToType (ISD::VAARG, MVT::i32, MVT::i64);
240 setOperationAction(ISD::VAARG, MVT::Other, Expand)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 258 case ISD::VAARG: return "vaarg";
LegalizeFloatTypes.cpp 99 case ISD::VAARG: R = SoftenFloatRes_VAARG(N); break;
    [all...]
LegalizeDAG.cpp 724 case ISD::VAARG:
    [all...]
LegalizeIntegerTypes.cpp 78 case ISD::VAARG: Res = PromoteIntRes_VAARG(N); break;
    [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 788 // VAARG needs to be lowered to not do unaligned accesses for doubles.
789 setOperationAction(ISD::VAARG , MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 143 setOperationAction(ISD::VAARG, MVT::Other, Custom);
178 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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 548 setOperationAction(ISD::VAARG , MVT::Other, Custom);
551 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 380 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 229 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 657 setOperationAction(ISD::VAARG, MVT::Other, Expand);
    [all...]

Completed in 241 milliseconds