| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerAtomic.cpp | 26 Value *Val = CXI->getNewValOperand(); in lowerAtomicCmpXchgInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 1095 Value *NewVal = CI->getNewValOperand(); in expandPartwordCmpXchg() 1232 Builder.CreateZExt(CI->getNewValOperand(), PMV.WordType), PMV.ShiftAmt, in expandAtomicCmpXchgToMaskedIntrinsic() 1314 Value *NewNewVal = Builder.CreatePtrToInt(CI->getNewValOperand(), NewTy); in convertCmpXchgToIntegerType() 1469 insertMaskedValue(Builder, LoadedTryStore, CI->getNewValOperand(), PMV); in expandAtomicCmpXchg() 1782 I, Size, I->getAlign(), I->getPointerOperand(), I->getNewValOperand(), in expandAtomicCASToLibcall()
|
| H A D | StackProtector.cpp | 287 if (AI == cast<AtomicCmpXchgInst>(I)->getNewValOperand()) in HasAddressTaken()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 766 Type *OrigOldValTy = CASI->getNewValOperand()->getType(); in instrumentAtomic() 776 IRB.CreateBitOrPointerCast(CASI->getNewValOperand(), Ty); in instrumentAtomic()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 2178 LLVM_ABI Value *getNewValOperand(); 2179 const Value *getNewValOperand() const { in getNewValOperand() function 2180 return const_cast<AtomicCmpXchgInst *>(this)->getNewValOperand(); in getNewValOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
| H A D | Instruction.cpp | 1321 Value *AtomicCmpXchgInst::getNewValOperand() { in getNewValOperand() function in llvm::sandboxir::AtomicCmpXchgInst 1322 return Ctx.getValue(cast<llvm::AtomicCmpXchgInst>(Val)->getNewValOperand()); in getNewValOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 470 RecordStore(cast<AtomicCmpXchgInst>(I)->getNewValOperand()); in analyzeAllUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 1121 return cast<AtomicCmpXchgInst>(this)->getNewValOperand()->getType(); in getAccessType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 1837 Type *Ty = AI.getNewValOperand()->getType(); in visitAtomicCmpXchgInst() 1852 {AI.getNewValOperand(), AI.getCompareOperand(), Rsrc, in visitAtomicCmpXchgInst()
|
| H A D | AMDGPUSwLowerLDS.cpp | 725 Replacement, XCHG->getCompareOperand(), XCHG->getNewValOperand(), in translateLDSMemoryOperationsToGlobalMemory()
|
| H A D | SIISelLowering.cpp | 17524 Type *ValTy = CmpX->getNewValOperand()->getType(); in shouldExpandAtomicCmpXchgInIR() 17835 CX->getNewValOperand(), CX->getAlign()); in emitExpandAtomicAddrSpacePredicate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 641 Value *getNewValOperand() { return getOperand(2); } 642 const Value *getNewValOperand() const { return getOperand(2); }
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVEmitIntrinsics.cpp | 617 Value *Op = Ref->getNewValOperand(); in deduceElementTypeHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | IRTranslator.cpp | 3367 Register NewVal = getOrCreateVReg(*I.getNewValOperand()); in translateAtomicCmpXchg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 5077 Register NewReg = getRegForValue(I->getNewValOperand()); in selectAtomicCmpXchg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 1889 *CXI, nullptr, *CXI->getNewValOperand()->getType(), in updateImpl() 1890 {CXI->getCompareOperand(), CXI->getNewValOperand()}, in updateImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 5150 getValue(I.getNewValOperand()), MMO); in visitAtomicCmpXchg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 19789 unsigned Size = AI->getNewValOperand()->getType()->getPrimitiveSizeInBits(); in shouldExpandAtomicCmpXchgInIR()
|