Home
last modified time | relevance | path

Searched refs:shouldExpandAtomicCmpXchgInIR (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h214 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *CI) const override;
DRISCVISelLowering.cpp2856 RISCVTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in RISCVTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h327 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
DHexagonISelLowering.cpp3358 HexagonTargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in HexagonTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h569 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
DARMISelLowering.cpp16802 ARMTargetLowering::shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function in ARMTargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h484 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const override;
DAArch64ISelLowering.cpp13087 AArch64TargetLowering::shouldExpandAtomicCmpXchgInIR( in shouldExpandAtomicCmpXchgInIR() function in AArch64TargetLowering
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp266 TLI->shouldExpandAtomicCmpXchgInIR(CASI) == in runOnFunction()
1412 switch (TLI->shouldExpandAtomicCmpXchgInIR(CI)) { in tryExpandAtomicCmpXchg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h1831 shouldExpandAtomicCmpXchgInIR(AtomicCmpXchgInst *AI) const { in shouldExpandAtomicCmpXchgInIR() function