/external/llvm/lib/Target/XCore/ |
D | XCoreAsmPrinter.cpp | 285 case XCore::BR_JT: in EmitInstruction() 289 if (MI->getOpcode() == XCore::BR_JT) in EmitInstruction()
|
D | XCoreISelLowering.h | 73 BR_JT, enumerator
|
D | XCoreInstrInfo.cpp | 131 return BrOpc == XCore::BR_JT in IsBR_JT()
|
D | XCoreISelLowering.cpp | 62 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; in getTargetNodeName() 121 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in XCoreTargetLowering() 213 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation() 364 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, 963 def BR_JT : PseudoInstXCore<(outs), (ins InlineJT:$t, GRRegs:$i),
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 520 BR_JT, enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 50 BR_JT, // Jump table. enumerator
|
D | HexagonISelLowering.cpp | 778 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget); in LowerBR_JT() 1356 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in HexagonTargetLowering() 1358 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in HexagonTargetLowering() 1482 case HexagonISD::BR_JT: return "HexagonISD::BR_JT"; in getTargetNodeName() 1560 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
|
D | HexagonInstrInfo.td | 752 def HexagonBR_JT: SDNode<"HexagonISD::BR_JT", SDHexagonBR_JT, [SDNPHasChain]>;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 116 setOperationAction(ISD::BR_JT, VT, Expand); in InitAMDILLowering() 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in InitAMDILLowering()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 116 setOperationAction(ISD::BR_JT, VT, Expand); in InitAMDILLowering() 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in InitAMDILLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 48 BR_JT, // Jumptable branch. enumerator
|
D | ARMInstrFormats.td | 503 // BR_JT instructions 1012 // BR_JT instructions
|
D | ARMISelLowering.cpp | 795 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in ARMTargetLowering() 943 case ARMISD::BR_JT: return "ARMISD::BR_JT"; in getTargetNodeName() 3698 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT() 3704 return DAG.getNode(ARMISD::BR_JT, dl, MVT::Other, Chain, Addr, JTI, UId); in LowerBR_JT() 6207 case ISD::BR_JT: return LowerBR_JT(Op, DAG); in LowerOperation()
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 190 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in shouldBuildLookupTables()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 260 case ISD::BR_JT: return "br_jt"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 1731 SDValue BrJumpTable = DAG.getNode(ISD::BR_JT, getCurSDLoc(), in visitJumpTable() 2222 (TLI.isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) || in areJTsAllowed()
|
D | LegalizeDAG.cpp | 3891 case ISD::BR_JT: { in ExpandNode()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 105 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 240 setOperationAction(ISD::BR_JT, MVT::Other, Custom); in MipsTargetLowering() 783 case ISD::BR_JT: return lowerBR_JT(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/R600/ |
D | AMDGPUISelLowering.cpp | 116 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AMDGPUTargetLowering()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 189 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in NVPTXTargetLowering()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1446 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 138 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 141 setOperationAction(ISD::BR_JT, MVT::Other, Expand); in AArch64TargetLowering()
|