/external/llvm/lib/Target/XCore/ |
XCoreAsmPrinter.cpp | 272 case XCore::BR_JT: 276 if (MI->getOpcode() == XCore::BR_JT)
|
XCoreISelLowering.h | 70 BR_JT,
|
XCoreInstrInfo.cpp | 124 return BrOpc == XCore::BR_JT
|
XCoreISelLowering.cpp | 60 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; 120 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 176 case ISD::BR_JT: return LowerBR_JT(Op, DAG); 315 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); [all...] |
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 478 /// BR_JT - Jumptable branch. The first operand is the chain, the second 480 BR_JT, [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.h | 50 BR_JT, // Jump table.
|
HexagonISelLowering.cpp | 761 return DAG.getNode(HexagonISD::BR_JT, dl, MVT::Other, Chain, LoadTarget); [all...] |
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 181 (TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 52 BR_JT, // Jumptable branch.
|
ARMISelLowering.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 116 setOperationAction(ISD::BR_JT, VT, Expand); 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 105 setOperationAction(ISD::BR_JT, VT, Expand); 199 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 116 setOperationAction(ISD::BR_JT, VT, Expand); 216 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 247 case ISD::BR_JT: return "br_jt";
|
SelectionDAGBuilder.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 108 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 174 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 241 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 729 case ISD::BR_JT: return lowerBR_JT(Op, DAG); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64ISelLowering.cpp | 119 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 100 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 214 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 432 setOperationAction(ISD::BR_JT , MVT::Other, Expand); [all...] |