/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 480 // BR_JT - Jumptable branch. The first operand is the chain, the second 482 BR_JT, [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 67 BR_JT,
|
XCoreInstrInfo.cpp | 124 return BrOpc == XCore::BR_JT
|
XCoreISelLowering.cpp | 58 case XCoreISD::BR_JT : return "XCoreISD::BR_JT"; 115 setOperationAction(ISD::BR_JT, MVT::Other, Custom); 171 case ISD::BR_JT: return LowerBR_JT(Op, DAG); 342 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 48 BR_JT, // Jumptable branch.
|
ARMISelLowering.cpp | 695 setOperationAction(ISD::BR_JT, MVT::Other, Custom); [all...] |
/external/llvm/lib/Target/Blackfin/ |
BlackfinISelLowering.cpp | 63 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
|
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | 85 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Alpha/ |
AlphaISelLowering.cpp | 73 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/MBlaze/ |
MBlazeISelLowering.cpp | 160 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | 110 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 742 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
SelectionDAGBuilder.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/CellSPU/ |
SPUISelLowering.cpp | 165 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 121 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.cpp | 174 setOperationAction(ISD::BR_JT, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 405 setOperationAction(ISD::BR_JT , MVT::Other, Expand); [all...] |