/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 473 /// BRIND - Indirect branch. The first operand is the chain, the second 476 BRIND, [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelDAGToDAG.cpp | 173 case ISD::BRIND: 211 // (brind (int_xcore_checkevent (addr)))
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 182 TLI->isOperationLegalOrCustom(ISD::BRIND, MVT::Other));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 117 setOperationAction(ISD::BRIND, VT, Expand); 217 setOperationAction(ISD::BRIND, MVT::Other, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 106 setOperationAction(ISD::BRIND, VT, Expand); 200 setOperationAction(ISD::BRIND, MVT::Other, Expand);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 117 setOperationAction(ISD::BRIND, VT, Expand); 217 setOperationAction(ISD::BRIND, MVT::Other, Expand);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 246 case ISD::BRIND: return "brind";
|
SelectionDAGBuilder.cpp | [all...] |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelDAGToDAG.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 175 setOperationAction(ISD::BRIND, MVT::Other, Expand); [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | [all...] |