/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | TODO.md | 5 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
D | AVRISelLowering.cpp | 125 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AVRTargetLowering()
|
D | AVRInstrInfo.td | 2100 // BR_JT -> (mul x, 2) -> (shl x, 1)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 275 case XCore::BR_JT: in EmitInstruction() 279 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
|
D | XCoreISelLowering.h | 72 BR_JT, enumerator
|
D | XCoreInstrInfo.cpp | 127 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()
|
D | XCoreInstrInfo.td | 45 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/ |
D | ISDOpcodes.h | 696 BR_JT, enumerator
|
D | BasicTTIImpl.h | 389 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
|
D | TargetLowering.h | 1002 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/ |
D | ARMISelLowering.h | 72 BR_JT, // Jumptable branch. enumerator
|
D | ARMInstrFormats.td | 641 // BR_JT instructions 1167 // BR_JT instructions
|
D | ARMISelLowering.cpp | 1320 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/ |
D | SelectionDAGDumper.cpp | 357 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/ |
D | BPFISelLowering.cpp | 72 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/ |
D | WebAssemblyISelLowering.cpp | 238 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/ |
D | ARCISelLowering.cpp | 119 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/ |
D | LanaiISelLowering.cpp | 86 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/ |
D | MSP430ISelLowering.cpp | 89 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/ |
D | RISCVISelLowering.cpp | 101 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/ |
D | HexagonISelLowering.cpp | 1388 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/ |
D | SparcISelLowering.cpp | 1537 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/ |
D | NVPTXISelLowering.cpp | 439 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/ |
D | MipsISelLowering.cpp | 345 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MipsTargetLowering()
|