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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 555 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
557 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 262 case ISD::VAEND: return "vaend";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 155 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 170 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 797 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 142 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 119 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 341 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 260 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 701 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 577 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]

Completed in 977 milliseconds