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 544 // VAEND, VASTART - VAEND and VASTART have three operands: an input chain, a
546 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 260 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/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 793 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 141 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 382 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 231 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 251 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 659 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 546 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]

Completed in 137 milliseconds