Home
last modified time | relevance | path

Searched refs:ValOperand_Shifted (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp989 Value *ValOperand_Shifted = nullptr; in expandPartwordAtomicRMW() local
993 ValOperand_Shifted = in expandPartwordAtomicRMW()
999 return performMaskedAtomicOp(Op, Builder, Loaded, ValOperand_Shifted, in expandPartwordAtomicRMW()
1033 Value *ValOperand_Shifted = in widenPartwordAtomicRMW() local
1041 Builder.CreateOr(ValOperand_Shifted, PMV.Inv_Mask, "AndOperand"); in widenPartwordAtomicRMW()
1043 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW()
1209 Value *ValOperand_Shifted = Builder.CreateShl( in expandAtomicRMWToMaskedIntrinsic() local
1213 Builder, AI, PMV.AlignedAddr, ValOperand_Shifted, PMV.Mask, PMV.ShiftAmt, in expandAtomicRMWToMaskedIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp7811 Value *ValOperand_Shifted = in emitExpandAtomicRMW() local
7816 NewOperand = Builder.CreateOr(ValOperand_Shifted, Inv_Mask, "AndOperand"); in emitExpandAtomicRMW()
7818 NewOperand = ValOperand_Shifted; in emitExpandAtomicRMW()