Home
last modified time | relevance | path

Searched refs:NewOperand (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXGenericToNVVM.cpp206 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() local
207 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate()
208 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate()
245 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr() local
246 OperandChanged |= Operand != NewOperand; in remapConstantExpr()
247 NewOperands.push_back(NewOperand); in remapConstantExpr()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp427 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) in operandWithNewAddressSpaceOrCreateUndef() local
428 return NewOperand; in operandWithNewAddressSpaceOrCreateUndef()
521 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(CE->getOperand(0))) in cloneConstantExprWithNewAddressSpace() local
522 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace()
548 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) { in cloneConstantExprWithNewAddressSpace() local
550 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp766 Value *NewOperand; in widenPartwordAtomicRMW() local
769 NewOperand = in widenPartwordAtomicRMW()
772 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW()
775 NewOperand, AI->getOrdering()); in widenPartwordAtomicRMW()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp685 Value *NewOperand = in instrumentAtomic() local
689 NewOperand, in instrumentAtomic()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp794 SDValue NewOperand; in performANDCombine() local
819 NewOperand = FirstOperand.getOperand(0); in performANDCombine()
837 NewOperand = FirstOperand.getOperand(0); in performANDCombine()
855 NewOperand = FirstOperand; in performANDCombine()
857 return DAG.getNode(Opc, DL, ValTy, NewOperand, in performANDCombine()
1118 SDValue NewOperand; in performSHLCombine() local
1142 NewOperand = FirstOperand.getOperand(0); in performSHLCombine()
1146 return DAG.getNode(MipsISD::CIns, DL, ValTy, NewOperand, in performSHLCombine()