Searched refs:BR_JT (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp275 case XCore::BR_JT:
279 if (MI->getOpcode() == XCore::BR_JT)
H A DXCoreISelLowering.h72 BR_JT,
H A DXCoreInstrInfo.cpp127 return BrOpc == XCore::BR_JT
H A DXCoreISelLowering.cpp64 case XCoreISD::BR_JT : return "XCoreISD::BR_JT";
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
205 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
358 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h694 /// BR_JT - Jumptable branch. The first operand is the chain, the second
696 BR_JT, enumerator in enum:llvm::ISD::NodeType
H A DBasicTTIImpl.h389 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
H A DTargetLowering.h1002 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp72 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp119 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h72 BR_JT, // Jumptable branch.
H A DARMISelLowering.cpp1321 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
1555 case ARMISD::BR_JT: return "ARMISD::BR_JT";
5356 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI);
5362 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI);
9302 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp357 case ISD::BR_JT: return "br_jt";
H A DLegalizeDAG.cpp3534 case ISD::BR_JT: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp238 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
1003 case ISD::BR_JT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp89 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp125 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp101 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1388 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp439 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp345 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp242 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp238 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
3172 case ISD::BR_JT:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp154 setOperationAction(ISD::BR_JT, MVT::Other, Expand);

Completed in 831 milliseconds

12