Home
last modified time | relevance | path

Searched refs:ExpectedVal (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp274 llvm::Value *ExpectedVal, llvm::Value *DesiredVal,
1845 llvm::Value *ExpectedVal, llvm::Value *DesiredVal, in EmitAtomicCompareExchangeOp() argument
1849 auto *Inst = CGF.Builder.CreateAtomicCmpXchg(Addr, ExpectedVal, DesiredVal, in EmitAtomicCompareExchangeOp()
1904 auto *ExpectedVal = convertRValueToInt(Expected); in EmitAtomicCompareExchange() local
1906 auto Res = EmitAtomicCompareExchangeOp(ExpectedVal, DesiredVal, Success, in EmitAtomicCompareExchange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7719 auto MatchesOpImmediate = [&](int64_t ExpectedVal) -> MatchResultTy { in validateTargetOperandClass() argument
7725 if (CE->getValue() == ExpectedVal) in validateTargetOperandClass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3287 uint64_t ExpectedVal = in isSimpleVIDSequence() local
3289 int64_t Addend = SignExtend64(Val - ExpectedVal, EltSizeInBits); in isSimpleVIDSequence()