/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | TODO.md | 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
H A D | AVRISelLowering.cpp | 132 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreAsmPrinter.cpp | 277 case XCore::BR_JT: in emitInstruction() 281 if (MI->getOpcode() == XCore::BR_JT) in emitInstruction()
|
H A D | XCoreISelLowering.h | 71 BR_JT, enumerator
|
H A D | XCoreInstrInfo.cpp | 127 return BrOpc == XCore::BR_JT in IsBR_JT()
|
H A D | XCoreISelLowering.cpp | 63 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 D | XCoreInstrInfo.td | 45 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 D | XtensaOperators.td | 45 def Xtensa_brjt: SDNode<"XtensaISD::BR_JT", SDT_XtensaBrJT, [SDNPHasChain]>;
|
H A D | XtensaISelLowering.h | 26 BR_JT, enumerator
|
H A D | XtensaISelLowering.cpp | 86 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 D | XtensaAsmPrinter.cpp | 49 case Xtensa::BR_JT: in emitInstruction()
|
H A D | XtensaInstrInfo.td | 475 def BR_JT: Pseudo<(outs), (ins AR:$s, i32imm:$jt),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1097 BR_JT, enumerator
|
H A D | BasicTTIImpl.h | 511 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
|
H A D | TargetLowering.h | 1373 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 75 BR_JT, // Jumptable branch. enumerator
|
H A D | ARMInstrFormats.td | 664 // BR_JT instructions 1193 // BR_JT instructions
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 420 case ISD::BR_JT: return "br_jt"; in getOperationName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 68 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 315 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 D | LanaiISelLowering.cpp | 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in CSKYTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 157 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions()
|