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

  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 283 case XCore::BR_JT:
287 if (MI->getOpcode() == XCore::BR_JT)
XCoreISelLowering.h 73 BR_JT,
XCoreInstrInfo.cpp 131 return BrOpc == XCore::BR_JT
XCoreISelLowering.cpp 63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
119 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
211 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
365 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 557 /// BR_JT - Jumptable branch. The first operand is the chain, the second
559 BR_JT,
    [all...]
BasicTTIImpl.h 183 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 177 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
558 case ISD::BR_JT:
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 116 setOperationAction(ISD::BR_JT, VT, Expand);
216 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 48 BR_JT, // Jumptable branch.
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 280 case ISD::BR_JT: return "br_jt";
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 104 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 104 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 271 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelLowering.cpp 73 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 199 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 151 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 131 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 249 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 294 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
    [all...]

Completed in 659 milliseconds