Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/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()
H A DAVRInstrInfo.td2571 // BR_JT -> (mul x, 2) -> (shl x, 1)
/openbsd/gnu/llvm/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()
202 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
355 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),
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h990 BR_JT, enumerator
H A DBasicTTIImpl.h483 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
H A DTargetLowering.h1231 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h75 BR_JT, // Jumptable branch. enumerator
H A DARMInstrFormats.td652 // BR_JT instructions
1181 // BR_JT instructions
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp387 case ISD::BR_JT: return "br_jt"; in getOperationName()
/openbsd/gnu/llvm/llvm/lib/Target/ARC/
H A DARCISelLowering.cpp148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp290 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
1403 case ISD::BR_JT: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp72 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in CSKYTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp169 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LoongArchTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp123 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in M68kTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp157 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1682 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()

12