/external/llvm/lib/Target/AVR/ |
D | TODO.md | 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/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()
|
D | XCoreInstrInfo.td | 46 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT, 964 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 482 BR_JT, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 568 BR_JT, enumerator
|
D | BasicTTIImpl.h | 193 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
|
/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()
|
D | XCoreInstrInfo.td | 41 def XCoreBR_JT : SDNode<"XCoreISD::BR_JT", SDT_XCoreBR_JT, 964 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
|
/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/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/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 67 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 161 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 74 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AlphaTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 111 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 104 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 71 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in LanaiTargetLowering()
|