/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | 188 /// like ADDC/SUBC, which indicate the carry result is always false. 195 ADDC, SUBC, [all...] |
SelectionDAG.h | [all...] |
/external/llvm/lib/Target/Mips/ |
Mips16ISelDAGToDAG.cpp | 256 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
|
MipsSEISelDAGToDAG.cpp | 221 assert(((Opc == ISD::ADDC || Opc == ISD::ADDE) ||
|
MipsSEISelLowering.cpp | 162 // (addc multLo, Lo0), (adde multHi, Hi0), 169 // ADDENode's second operand must be a flag output of an ADDC node in order 173 if (ADDCNode->getOpcode() != ISD::ADDC) 219 // replace uses of adde and addc here 238 // (addc Lo0, multLo), (sube Hi0, multHi),
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 80 ADDC, // Add with carry
|
ARMISelLowering.cpp | 622 setTargetDAGCombine(ISD::ADDC); 667 setOperationAction(ISD::ADDC, MVT::i32, Custom); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 114 setOperationAction(ISD::ADDC, VT, Expand); 214 setOperationAction(ISD::ADDC, MVT::Other, Expand);
|
/external/llvm/lib/Target/R600/ |
AMDILISelLowering.cpp | 103 setOperationAction(ISD::ADDC, VT, Expand); 197 setOperationAction(ISD::ADDC, MVT::Other, Expand);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDILISelLowering.cpp | 114 setOperationAction(ISD::ADDC, VT, Expand); 214 setOperationAction(ISD::ADDC, MVT::Other, Expand);
|
/external/qemu/tcg/ppc/ |
tcg-target.c | 347 #define ADDC XO31( 10) [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGDumper.cpp | 196 case ISD::ADDC: return "addc";
|
LegalizeIntegerTypes.cpp | [all...] |
DAGCombiner.cpp | [all...] |
SelectionDAG.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | [all...] |
/external/qemu/tcg/ppc64/ |
tcg-target.c | 337 #define ADDC XO31( 10) [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 207 setOperationAction(ISD::ADDC, MVT::i64, Expand); [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 91 setOperationAction(ISD::ADDC, MVT::i32, Expand); [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 316 case ISD::ADDC: [all...] |
X86ISelLowering.cpp | 426 setOperationAction(ISD::ADDC, VT, Custom); [all...] |