Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD_CLR (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h875 ATOMIC_LOAD_CLR, enumerator
DSelectionDAGNodes.h1404 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
1461 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1060 ATOMIC_LOAD_CLR, enumerator
DSelectionDAGNodes.h1364 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
1421 N->getOpcode() == ISD::ATOMIC_LOAD_CLR ||
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp90 case ISD::ATOMIC_LOAD_CLR: return "AtomicLoadClr"; in getOperationName()
DLegalizeIntegerTypes.cpp174 case ISD::ATOMIC_LOAD_CLR: in PromoteIntegerResult()
1839 case ISD::ATOMIC_LOAD_CLR: in ExpandIntegerResult()
DSelectionDAG.cpp610 case ISD::ATOMIC_LOAD_CLR: in AddNodeIDCustom()
6622 Opcode == ISD::ATOMIC_LOAD_CLR || in getAtomic()
DLegalizeDAG.cpp3898 case ISD::ATOMIC_LOAD_CLR: in ConvertNodeToLibcall()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp90 case ISD::ATOMIC_LOAD_CLR: return "AtomicLoadClr"; in getOperationName()
DLegalizeIntegerTypes.cpp183 case ISD::ATOMIC_LOAD_CLR: in PromoteIntegerResult()
2068 case ISD::ATOMIC_LOAD_CLR: in ExpandIntegerResult()
DSelectionDAG.cpp661 case ISD::ATOMIC_LOAD_CLR: in AddNodeIDCustom()
6740 Opcode == ISD::ATOMIC_LOAD_CLR || in getAtomic()
DLegalizeDAG.cpp4057 case ISD::ATOMIC_LOAD_CLR: in ConvertNodeToLibcall()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp541 case ISD::ATOMIC_LOAD_CLR: { in getOUTLINE_ATOMIC()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td594 def atomic_load_clr : SDNode<"ISD::ATOMIC_LOAD_CLR" , SDTAtomic2,
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td603 def atomic_load_clr : SDNode<"ISD::ATOMIC_LOAD_CLR" , SDTAtomic2,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp698 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i8, LibCall); in AArch64TargetLowering()
699 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i16, LibCall); in AArch64TargetLowering()
700 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i32, LibCall); in AArch64TargetLowering()
701 setOperationAction(ISD::ATOMIC_LOAD_CLR, MVT::i64, LibCall); in AArch64TargetLowering()
10305 return DAG.getAtomic(ISD::ATOMIC_LOAD_CLR, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_AND()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8605 return DAG.getAtomic(ISD::ATOMIC_LOAD_CLR, dl, AN->getMemoryVT(), in LowerATOMIC_LOAD_AND()