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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 550 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
552 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 261 case ISD::VAEND: return "vaend";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 154 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 798 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 141 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 384 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 255 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 255 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 661 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 551 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]

Completed in 223 milliseconds