Searched refs:NewOperands (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXGenericToNVVM.cpp | 194 SmallVector<Value *, 4> NewOperands; in remapConstantVectorOrConstantAggregate() local 203 NewOperands.push_back(NewOperand); in remapConstantVectorOrConstantAggregate() 233 SmallVector<Value *, 4> NewOperands; in remapConstantExpr() local 242 NewOperands.push_back(NewOperand); in remapConstantExpr() 257 NewOperands[0], NewOperands[1]); in remapConstantExpr() 264 return Builder.CreateExtractElement(NewOperands[0], NewOperands[1]); in remapConstantExpr() 267 return Builder.CreateInsertElement(NewOperands[0], NewOperands[1], in remapConstantExpr() 271 return Builder.CreateShuffleVector(NewOperands[0], NewOperands[1], in remapConstantExpr() 276 NewOperands[0], in remapConstantExpr() 281 return Builder.CreateSelect(NewOperands[0], NewOperands[1], NewOperands[2]); in remapConstantExpr() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 434 SmallVector<Value*,4> NewOperands; in convert() local 439 NewOperands.push_back(V); in convert() 441 NewOperands.push_back(convert(VI, ToTy)); in convert() 448 NewOperands.push_back(ConstantInt::get(ToTy, Val)); in convert() 461 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], I->getType()); in convert() 465 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], I->getType()); in convert() 471 NewV = IRB.CreateICmp(P, NewOperands[0], NewOperands[1], I->getName()); in convert() 476 NewV = IRB.CreateZExtOrTrunc(NewOperands[0], ToTy); in convert() 480 NewV = IRB.CreateSExtOrTrunc(NewOperands[0], ToTy); in convert() 484 NewV = IRB.CreateNeg(NewOperands[0], I->getName()); in convert() [all …]
|
| H A D | InferAddressSpaces.cpp | 717 SmallVector<Constant *, 4> NewOperands; in cloneConstantExprWithNewAddressSpace() local 727 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace() 734 NewOperands.push_back(cast<Constant>(NewOperand)); in cloneConstantExprWithNewAddressSpace() 738 NewOperands.push_back(Operand); in cloneConstantExprWithNewAddressSpace() 749 return CE->getWithOperands(NewOperands, TargetType, /*OnlyIfReduced=*/false, in cloneConstantExprWithNewAddressSpace() 753 return CE->getWithOperands(NewOperands, TargetType); in cloneConstantExprWithNewAddressSpace()
|
| H A D | GVNSink.cpp | 842 SmallVector<Value *, 4> NewOperands; in sinkLastInstruction() local 848 NewOperands.push_back(I0->getOperand(O)); in sinkLastInstruction() 859 NewOperands.push_back(PN); in sinkLastInstruction() 865 I0->getOperandUse(O).set(NewOperands[O]); in sinkLastInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 336 std::array<PHINode *, 2> NewOperands; in foldPHIArgInsertValueInstructionIntoPHI() local 338 auto *&NewOperand = NewOperands[OpIdx]; in foldPHIArgInsertValueInstructionIntoPHI() 353 auto *NewIVI = InsertValueInst::Create(NewOperands[0], NewOperands[1], in foldPHIArgInsertValueInstructionIntoPHI()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 1861 SmallVector<Value*, 4> NewOperands; in sinkLastInstruction() local 1873 NewOperands.push_back(I0->getOperand(O)); in sinkLastInstruction() 1884 NewOperands.push_back(PN); in sinkLastInstruction() 1890 I0->getOperandUse(O).set(NewOperands[O]); in sinkLastInstruction()
|