Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
DAVRISelLowering.cpp125 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
DAVRInstrInfo.td2100 // BR_JT -> (mul x, 2) -> (shl x, 1)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp275 case XCore::BR_JT: in EmitInstruction()
279 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
DXCoreISelLowering.h72 BR_JT, enumerator
DXCoreInstrInfo.cpp127 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp64 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
114 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
205 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
358 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
DXCoreInstrInfo.td45 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT,
956 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h696 BR_JT, enumerator
DBasicTTIImpl.h389 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
DTargetLowering.h1002 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h72 BR_JT, // Jumptable branch. enumerator
DARMInstrFormats.td641 // BR_JT instructions
1167 // BR_JT instructions
DARMISelLowering.cpp1320 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering()
1554 case ARMISD::BR_JT: return "ARMISD::BR_JT"; in getTargetNodeName()
5355 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI); in LowerBR_JT()
5361 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI); in LowerBR_JT()
9299 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp357 case ISD::BR_JT: return "br_jt"; in getOperationName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp72 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp238 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
1003 case ISD::BR_JT: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelLowering.cpp119 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in ARCTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp89 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp101 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in RISCVTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1388 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp439 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in NVPTXTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp345 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering()

12