/openbsd/gnu/llvm/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()
|
H A D | AVRInstrInfo.td | 2571 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/openbsd/gnu/llvm/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() 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 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),
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 990 BR_JT, enumerator
|
H A D | BasicTTIImpl.h | 483 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
|
H A D | TargetLowering.h | 1231 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 75 BR_JT, // Jumptable branch. enumerator
|
H A D | ARMInstrFormats.td | 652 // BR_JT instructions 1181 // BR_JT instructions
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 387 case ISD::BR_JT: return "br_jt"; in getOperationName()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 148 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.cpp | 71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 290 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 D | LanaiISelLowering.cpp | 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 72 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in CSKYTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 88 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 169 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LoongArchTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 123 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in M68kTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 157 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in initSPUActions()
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering()
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1682 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
|