HomeSort by relevance Sort by last modified time
    Searched defs:VAARG (Results 1 - 2 of 2) 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/Target/X86/
X86ISelLowering.cpp 623 setOperationAction(ISD::VAARG , MVT::Other, Custom);
627 setOperationAction(ISD::VAARG , MVT::Other, Expand);
    [all...]

Completed in 73 milliseconds