HomeSort by relevance Sort by last modified time
    Searched refs:AtomicSDNode (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 135 Res = PromoteIntRes_Atomic0(cast<AtomicSDNode>(N)); break;
148 Res = PromoteIntRes_Atomic1(cast<AtomicSDNode>(N)); break;
152 Res = PromoteIntRes_AtomicCmpSwap(cast<AtomicSDNode>(N), ResNo);
181 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) {
194 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) {
207 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N,
    [all...]
LegalizeTypes.h 245 SDValue PromoteIntRes_Atomic0(AtomicSDNode *N);
246 SDValue PromoteIntRes_Atomic1(AtomicSDNode *N);
247 SDValue PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, unsigned ResNo);
292 SDValue PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 503 const AtomicSDNode *AT = cast<AtomicSDNode>(N);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 314 if (isa<AtomicSDNode>(N))
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1088 milliseconds