Home
last modified time | relevance | path

Searched refs:NewValues (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp341 void DbgVariableRecord::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
344 NewValues.size()) && in addVariableLocationOps()
347 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
352 for (auto *VMD : NewValues) in addVariableLocationOps()
H A DIntrinsicInst.cpp181 void DbgVariableIntrinsic::addVariableLocationOps(ArrayRef<Value *> NewValues, in addVariableLocationOps() argument
184 NewValues.size()) && in addVariableLocationOps()
187 assert(!is_contained(NewValues, nullptr) && "New values must be non-null"); in addVariableLocationOps()
192 for (auto *VMD : NewValues) in addVariableLocationOps()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1246 ArrayRef<Value *> NewValues) { in fixupDebugInfoPostExtraction() argument
1288 for (auto [Input, NewVal] : zip_equal(Inputs, NewValues)) { in fixupDebugInfoPostExtraction()
1518 SmallVector<Value *> NewValues; in extractCodeRegion() local
1521 SinkingCands, NewValues); in extractCodeRegion()
1532 NewValues); in extractCodeRegion()
1596 SmallVectorImpl<Value *> &NewValues) { in emitFunctionBody() argument
1675 NewValues.push_back(RewriteVal); in emitFunctionBody()
1681 Value *RewriteVal = NewValues[i]; in emitFunctionBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVLegalizePointerCast.cpp193 Value *NewValues = Src; in storeVectorFromVector() local
197 makeExtractElement(B, SrcType->getElementType(), NewValues, I); in storeVectorFromVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h299 SmallVectorImpl<Value *> &NewValues);
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h431 LLVM_ABI void addVariableLocationOps(ArrayRef<Value *> NewValues,
H A DIntrinsicInst.h323 LLVM_ABI void addVariableLocationOps(ArrayRef<Value *> NewValues,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2719 SmallVector<Value *> NewValues(Values.size() / 2, nullptr); in generateNewInstTree() local
2720 for (unsigned S = 0; S < NewValues.size(); ++S) in generateNewInstTree()
2721 NewValues[S] = in generateNewInstTree()
2723 Values = NewValues; in generateNewInstTree()