/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 204 ADDE, SUBE, [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 252 case ISD::SUBE: 257 (Opc == ISD::SUBC || Opc == ISD::SUBE)) &&
|
MipsSEISelDAGToDAG.cpp | 222 (Opc == ISD::SUBC || Opc == ISD::SUBE)) && 330 case ISD::SUBE: {
|
MipsSEISelLowering.cpp | 115 setTargetDAGCombine(ISD::SUBE); 238 // (addc Lo0, multLo), (sube Hi0, multHi), 295 // replace uses of sube and subc here 499 case ISD::SUBE:
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 83 SUBE, // Sub using carry
|
ARMISelLowering.cpp | 670 setOperationAction(ISD::SUBE, MVT::i32, Custom); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 205 case ISD::SUBE: return "sube";
|
LegalizeIntegerTypes.cpp | [all...] |
DAGCombiner.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 111 setOperationAction(ISD::SUBE, VT, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 100 setOperationAction(ISD::SUBE, VT, Expand);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 111 setOperationAction(ISD::SUBE, VT, Expand);
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 94 setOperationAction(ISD::SUBE, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 429 setOperationAction(ISD::SUBE, VT, Custom); [all...] |