/external/llvm/lib/Target/AVR/ |
D | TODO.md | 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | TODO.md | 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 278 case XCore::BR_JT: in EmitInstruction() 282 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
|
D | XCoreISelLowering.h | 73 BR_JT, enumerator
|
D | XCoreInstrInfo.cpp | 128 return BrOpc == XCore::BR_JT in IsBR_JT()
|
D | XCoreISelLowering.cpp | 64 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/ |
D | XCoreAsmPrinter.cpp | 282 case XCore::BR_JT: in EmitInstruction() 286 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
|
D | XCoreISelLowering.h | 73 BR_JT, enumerator
|
D | XCoreInstrInfo.cpp | 128 return BrOpc == XCore::BR_JT in IsBR_JT()
|
D | XCoreISelLowering.cpp | 63 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/ |
D | ISDOpcodes.h | 482 BR_JT, enumerator
|
/external/capstone/arch/XCore/ |
D | XCoreGenAsmWriter.inc | 73 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/ |
D | ISDOpcodes.h | 568 BR_JT, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 601 BR_JT, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.h | 67 BR_JT, enumerator
|
D | XCoreInstrInfo.cpp | 124 return BrOpc == XCore::BR_JT in IsBR_JT()
|
D | XCoreISelLowering.cpp | 58 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/ |
D | WebAssemblyISelLowering.cpp | 124 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering() 541 case ISD::BR_JT: in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.h | 48 BR_JT, // Jumptable branch. enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 139 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in WebAssemblyTargetLowering() 738 case ISD::BR_JT: in LowerOperation()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 47 BR_JT, // Jumptable branch. enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 64 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 281 case ISD::BR_JT: return "br_jt"; in getOperationName()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 73 BR_JT, // Jumptable branch. enumerator
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 67 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
|