Searched refs:NewValues (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 341 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 D | IntrinsicInst.cpp | 181 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 D | CodeExtractor.cpp | 1246 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 D | SPIRVLegalizePointerCast.cpp | 193 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 D | CodeExtractor.h | 299 SmallVectorImpl<Value *> &NewValues);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 431 LLVM_ABI void addVariableLocationOps(ArrayRef<Value *> NewValues,
|
| H A D | IntrinsicInst.h | 323 LLVM_ABI void addVariableLocationOps(ArrayRef<Value *> NewValues,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 2719 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()
|