| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 201 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantVectorOrConstantAggregate() local 202 OperandChanged |= Operand != NewOperand; in remapConstantVectorOrConstantAggregate() 203 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate() 240 Value *NewOperand = remapConstant(M, F, cast<Constant>(Operand), Builder); in remapConstantExpr() local 241 OperandChanged |= Operand != NewOperand; in remapConstantExpr() 242 NewOperands.push_back(NewOperand); in remapConstantExpr()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 120 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp() local 124 return setArgOperand(0, NewOperand); in replaceVariableLocationOp() 127 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp() local 129 MDs.push_back(VMD == *OldIt ? NewOperand : getAsMetadata(VMD)); in replaceVariableLocationOp() 137 Value *NewOperand = isa<MetadataAsValue>(NewValue) in replaceVariableLocationOp() local 141 return setArgOperand(0, NewOperand); in replaceVariableLocationOp() 144 ValueAsMetadata *NewOperand = getAsMetadata(NewValue); in replaceVariableLocationOp() local 146 MDs.push_back(Idx == OpIdx ? NewOperand in replaceVariableLocationOp()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 538 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) in operandWithNewAddressSpaceOrCreateUndef() local 539 return NewOperand; in operandWithNewAddressSpaceOrCreateUndef() 691 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(CE->getOperand(0))) in cloneConstantExprWithNewAddressSpace() local 692 return ConstantExpr::getBitCast(cast<Constant>(NewOperand), TargetType); in cloneConstantExprWithNewAddressSpace() 725 if (Value *NewOperand = ValueWithNewAddrSpace.lookup(Operand)) { in cloneConstantExprWithNewAddressSpace() local 727 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace() 731 if (Value *NewOperand = cloneConstantExprWithNewAddressSpace( in cloneConstantExprWithNewAddressSpace() local 734 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 338 auto *&NewOperand = NewOperands[OpIdx]; in foldPHIArgInsertValueInstructionIntoPHI() local 341 NewOperand = PHINode::Create( in foldPHIArgInsertValueInstructionIntoPHI() 346 NewOperand->addIncoming( in foldPHIArgInsertValueInstructionIntoPHI() 349 InsertNewInstBefore(NewOperand, PN); in foldPHIArgInsertValueInstructionIntoPHI()
|
| /llvm-project-15.0.7/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.cpp | 416 SDValue NewOperand; in performANDCombine() local 441 NewOperand = FirstOperand.getOperand(0); in performANDCombine() 457 NewOperand = FirstOperand; in performANDCombine() 460 return DAG.getNode(LoongArchISD::BSTRPICK, DL, ValTy, NewOperand, in performANDCombine()
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | BlockGenerators.cpp | 225 Value *NewOperand = in copyInstScalar() local 228 if (!NewOperand) { in copyInstScalar() 235 NewInst->replaceUsesOfWith(OldOperand, NewOperand); in copyInstScalar() 1155 Value *NewOperand = getVectorValue(Stmt, Inst->getOperand(0), VectorMap, in copyUnaryInst() local 1162 VectorMap[Inst] = Builder.CreateCast(Cast->getOpcode(), NewOperand, DestType); in copyUnaryInst()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 789 Value *NewOperand = in instrumentAtomic() local 793 NewOperand, in instrumentAtomic()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | AtomicExpandPass.cpp | 868 Value *NewOperand; in widenPartwordAtomicRMW() local 871 NewOperand = in widenPartwordAtomicRMW() 874 NewOperand = ValOperand_Shifted; in widenPartwordAtomicRMW() 877 Builder.CreateAtomicRMW(Op, PMV.AlignedAddr, NewOperand, in widenPartwordAtomicRMW()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 779 SDValue NewOperand; in performANDCombine() local 804 NewOperand = FirstOperand.getOperand(0); in performANDCombine() 822 NewOperand = FirstOperand.getOperand(0); in performANDCombine() 840 NewOperand = FirstOperand; in performANDCombine() 842 return DAG.getNode(Opc, DL, ValTy, NewOperand, in performANDCombine() 1112 SDValue NewOperand; in performSHLCombine() local 1136 NewOperand = FirstOperand.getOperand(0); in performSHLCombine() 1140 return DAG.getNode(MipsISD::CIns, DL, ValTy, NewOperand, in performSHLCombine()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 2898 MCOperand NewOperand = MCOperand::createReg(SizedReplaceWith); in replaceRegWithReg() local 2899 Inst.getOperand(Index) = NewOperand; in replaceRegWithReg()
|