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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 125 Res = PromoteIntRes_Atomic0(cast<AtomicSDNode>(N)); break;
138 Res = PromoteIntRes_Atomic1(cast<AtomicSDNode>(N)); break;
142 Res = PromoteIntRes_AtomicCmpSwap(cast<AtomicSDNode>(N), ResNo);
171 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic0(AtomicSDNode *N) {
184 SDValue DAGTypeLegalizer::PromoteIntRes_Atomic1(AtomicSDNode *N) {
197 SDValue DAGTypeLegalizer::PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N,
    [all...]
LegalizeTypes.h 221 SDValue PromoteIntRes_Atomic0(AtomicSDNode *N);
222 SDValue PromoteIntRes_Atomic1(AtomicSDNode *N);
223 SDValue PromoteIntRes_AtomicCmpSwap(AtomicSDNode *N, unsigned ResNo);
265 SDValue PromoteIntOp_ATOMIC_STORE(AtomicSDNode *N);
    [all...]
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp 520 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/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 102 milliseconds