Home
last modified time | relevance | path

Searched refs:ATOMIC_LOAD (Results 1 – 25 of 73) sorted by relevance

123

/external/llvm-project/clang/test/CodeGenObjC/
Dproperty-atomic-bool.m4 // CHECK: %[[ATOMIC_LOAD:.*]] = load atomic i8, i8* %{{.*}} seq_cst
5 // CHECK: %[[TOBOOL:.*]] = trunc i8 %[[ATOMIC_LOAD]] to i1
13 // CHECK: %[[ATOMIC_LOAD:.*]] = load atomic i8, i8* %{{.*}} unordered
/external/clang/test/CodeGenObjC/
Dproperty-atomic-bool.m4 // CHECK: %[[ATOMIC_LOAD:.*]] = load atomic i8, i8* %{{.*}} seq_cst
5 // CHECK: %[[TOBOOL:.*]] = trunc i8 %[[ATOMIC_LOAD]] to i1
13 // CHECK: %[[ATOMIC_LOAD:.*]] = load atomic i8, i8* %{{.*}} unordered
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h702 ATOMIC_LOAD, enumerator
DRuntimeLibcalls.h406 ATOMIC_LOAD, enumerator
DSelectionDAGNodes.h1113 N->getOpcode() == ISD::ATOMIC_LOAD ||
1194 N->getOpcode() == ISD::ATOMIC_LOAD ||
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h846 ATOMIC_LOAD, enumerator
DSelectionDAGNodes.h1414 N->getOpcode() == ISD::ATOMIC_LOAD ||
1431 assert(((Opc != ISD::ATOMIC_LOAD && Opc != ISD::ATOMIC_STORE) ||
1471 N->getOpcode() == ISD::ATOMIC_LOAD ||
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1031 ATOMIC_LOAD, enumerator
DSelectionDAGNodes.h1374 N->getOpcode() == ISD::ATOMIC_LOAD ||
1391 assert(((Opc != ISD::ATOMIC_LOAD && Opc != ISD::ATOMIC_STORE) ||
1431 N->getOpcode() == ISD::ATOMIC_LOAD ||
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td27 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td27 // (ISD::LOAD, ISD::ATOMIC_LOAD, ISD::STORE, ISD::ATOMIC_STORE) but GlobalISel
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp77 case ISD::ATOMIC_LOAD: return "AtomicLoad"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def483 HANDLE_LIBCALL(ATOMIC_LOAD, "__atomic_load")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp155 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in XCoreTargetLowering()
222 case ISD::ATOMIC_LOAD: return LowerATOMIC_LOAD(Op, DAG); in LowerOperation()
940 assert(N->getOpcode() == ISD::ATOMIC_LOAD && "Bad Atomic OP"); in LowerATOMIC_LOAD()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp155 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in XCoreTargetLowering()
222 case ISD::ATOMIC_LOAD: return LowerATOMIC_LOAD(Op, DAG); in LowerOperation()
939 assert(N->getOpcode() == ISD::ATOMIC_LOAD && "Bad Atomic OP"); in LowerATOMIC_LOAD()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp158 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in XCoreTargetLowering()
225 case ISD::ATOMIC_LOAD: return LowerATOMIC_LOAD(Op, DAG); in LowerOperation()
969 assert(N->getOpcode() == ISD::ATOMIC_LOAD && "Bad Atomic OP"); in LowerATOMIC_LOAD()
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def502 HANDLE_LIBCALL(ATOMIC_LOAD, "__atomic_load")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp99 case ISD::ATOMIC_LOAD: return "AtomicLoad"; in getOperationName()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp99 case ISD::ATOMIC_LOAD: return "AtomicLoad"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp415 Table[RTLIB::ATOMIC_LOAD] = unsupported; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp419 Table[RTLIB::ATOMIC_LOAD] = unsupported; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1600 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in SparcTargetLowering()
1606 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom); in SparcTargetLowering()
3064 case ISD::ATOMIC_LOAD: in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1650 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in SparcTargetLowering()
1656 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom); in SparcTargetLowering()
3083 case ISD::ATOMIC_LOAD: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1593 setOperationAction(ISD::ATOMIC_LOAD, MVT::i32, Custom); in SparcTargetLowering()
1599 setOperationAction(ISD::ATOMIC_LOAD, MVT::i64, Custom); in SparcTargetLowering()
3058 case ISD::ATOMIC_LOAD: in LowerOperation()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1313 RTLIB::ATOMIC_LOAD, RTLIB::ATOMIC_LOAD_1, RTLIB::ATOMIC_LOAD_2, in expandAtomicLoadToLibcall()

123