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

  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 634 /// VAEND, VASTART - VAEND and VASTART have three operands: an input chain,
636 VAEND, VASTART,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 299 case ISD::VAEND: return "vaend";
LegalizeDAG.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 125 setOperationAction(ISD::VAEND, MVT::Other, Expand);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 166 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 142 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 388 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 430 // structure, but VAEND is a no-op.
433 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 192 setOperationAction(ISD::VAEND, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 332 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 505 setOperationAction(ISD::VAEND , MVT::Other, Expand);
    [all...]

Completed in 92 milliseconds