Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp277 llvm::Value *ExpectedVal, llvm::Value *DesiredVal,
1639 llvm::Value *ExpectedVal, llvm::Value *DesiredVal, in EmitAtomicCompareExchangeOp() argument
1643 auto *Inst = CGF.Builder.CreateAtomicCmpXchg(Addr, ExpectedVal, DesiredVal, in EmitAtomicCompareExchangeOp()
1698 auto *ExpectedVal = convertRValueToInt(Expected, /*CmpXchg=*/true); in EmitAtomicCompareExchange() local
1700 auto Res = EmitAtomicCompareExchangeOp(ExpectedVal, DesiredVal, Success, in EmitAtomicCompareExchange()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp7806 auto MatchesOpImmediate = [&](int64_t ExpectedVal) -> MatchResultTy { in validateTargetOperandClass() argument
7812 if (CE->getValue() == ExpectedVal) in validateTargetOperandClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3455 uint64_t ExpectedVal = in isSimpleVIDSequence()
3457 int64_t Addend = SignExtend64(*Elt - ExpectedVal, EltSizeInBits); in isSimpleVIDSequence()
3454 uint64_t ExpectedVal = isSimpleVIDSequence() local