Home
last modified time | relevance | path

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

1234

/external/llvm/lib/Target/AVR/
DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DTODO.md5 // BR_JT -> (mul x, 2) -> (shl x, 1)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp278 case XCore::BR_JT: in EmitInstruction()
282 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
DXCoreISelLowering.h73 BR_JT, enumerator
DXCoreInstrInfo.cpp128 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()
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp282 case XCore::BR_JT: in EmitInstruction()
286 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
DXCoreISelLowering.h73 BR_JT, enumerator
DXCoreInstrInfo.cpp128 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp63 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
117 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
208 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
362 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h482 BR_JT, enumerator
/external/capstone/arch/XCore/
DXCoreGenAsmWriter.inc73 553511U, // BR_JT
445 // BR_JT, BR_JT32, CRC8_l4r, INITCP_2r, INITDP_2r, INITLR_l2r, INITPC_2r,...
474 // BR_JT, BR_JT32
589 // BR_JT
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h568 BR_JT, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h601 BR_JT, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h67 BR_JT, enumerator
DXCoreInstrInfo.cpp124 return BrOpc == XCore::BR_JT in IsBR_JT()
DXCoreISelLowering.cpp58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName()
116 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering()
173 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
345 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); in LowerBR_JT()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp124 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
541 case ISD::BR_JT: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h48 BR_JT, // Jumptable branch. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp139 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering()
738 case ISD::BR_JT: in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h47 BR_JT, // Jumptable branch. enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp64 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp281 case ISD::BR_JT: return "br_jt"; in getOperationName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h73 BR_JT, // Jumptable branch. enumerator
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp67 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()

1234