Searched refs:ATOMIC_LOAD_SUB (Results 1 - 13 of 13) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 720 ATOMIC_LOAD_SUB, enumerator in enum:llvm::ISD::NodeType
|
H A D | SelectionDAGNodes.h | 1200 N->getOpcode() == ISD::ATOMIC_LOAD_SUB || 1319 N->getOpcode() == ISD::ATOMIC_LOAD_SUB ||
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 68 case ISD::ATOMIC_LOAD_SUB: return "AtomicLoadSub";
|
H A D | LegalizeIntegerTypes.cpp | 138 case ISD::ATOMIC_LOAD_SUB: 1333 case ISD::ATOMIC_LOAD_SUB:
|
H A D | SelectionDAG.cpp | 492 case ISD::ATOMIC_LOAD_SUB: 4891 Opcode == ISD::ATOMIC_LOAD_SUB ||
|
H A D | LegalizeDAG.cpp | 3987 case ISD::ATOMIC_LOAD_SUB:
|
H A D | SelectionDAGBuilder.cpp | 3514 case AtomicRMWInst::Sub: NT = ISD::ATOMIC_LOAD_SUB; break;
|
/external/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 137 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand);
|
/external/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 678 OP_TO_LIBCALL(ISD::ATOMIC_LOAD_SUB, SYNC_FETCH_AND_SUB)
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 278 setTargetDAGCombine(ISD::ATOMIC_LOAD_SUB); 2121 case ISD::ATOMIC_LOAD_SUB:
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 175 // Lower ATOMIC_LOAD_SUB into ATOMIC_LOAD_ADD if LAA and LAAG are 177 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom); 208 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Custom); 3128 // Op is an ATOMIC_LOAD_SUB operation. Lower 8- and 16-bit operations 4365 case ISD::ATOMIC_LOAD_SUB:
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 480 setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Custom); 20060 case ISD::ATOMIC_LOAD_SUB: return LowerLOAD_SUB(Op,DAG); 20361 case ISD::ATOMIC_LOAD_SUB: [all...] |
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 862 setOperationAction(ISD::ATOMIC_LOAD_SUB, MVT::i32, Expand);
|
Completed in 264 milliseconds