Home
last modified time | relevance | path

Searched refs:BR_JT (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
H A DAVRISelLowering.cpp132 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp277 case XCore::BR_JT: in emitInstruction()
281 if (MI->getOpcode() == XCore::BR_JT) in emitInstruction()
H A DXCoreISelLowering.h71 BR_JT, enumerator
H A DXCoreInstrInfo.cpp127 return BrOpc == XCore::BR_JT in IsBR_JT()
H A DXCoreISelLowering.cpp63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
113 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
200 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
350 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
H A DXCoreInstrInfo.td45 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT,
947 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaOperators.td45 def Xtensa_brjt: SDNode<"XtensaISD::BR_JT", SDT_XtensaBrJT, [SDNPHasChain]>;
H A DXtensaISelLowering.h26 BR_JT, enumerator
H A DXtensaISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XtensaTargetLowering()
639 return DAG.getNode(XtensaISD::BR_JT, DL, MVT::Other, LD.getValue(1), LD, in LowerBR_JT()
719 case ISD::BR_JT: in LowerOperation()
746 case XtensaISD::BR_JT: in getTargetNodeName()
H A DXtensaAsmPrinter.cpp49 case Xtensa::BR_JT: in emitInstruction()
H A DXtensaInstrInfo.td475 def BR_JT: Pseudo<(outs), (ins AR:$s, i32imm:$jt),
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1097 BR_JT, enumerator
H A DBasicTTIImpl.h511 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
H A DTargetLowering.h1373 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h75 BR_JT, // Jumptable branch. enumerator
H A DARMInstrFormats.td664 // BR_JT instructions
1193 // BR_JT instructions
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp420 case ISD::BR_JT: return "br_jt"; in getOperationName()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp68 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp315 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
1461 case ISD::BR_JT: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp157 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions()

12