Searched refs:pushValue (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VectorCombine.cpp | 149 Worklist.pushValue(NewI); in replaceValue() 151 Worklist.pushValue(&Old); in replaceValue() 165 Worklist.pushValue(OpI); in eraseInstruction() 806 Worklist.pushValue(NewIns0); in foldInsExtBinop() 807 Worklist.pushValue(NewIns1); in foldInsExtBinop() 864 Worklist.pushValue(NewOp); in foldBitOpOfBitcasts() 1943 Worklist.pushValue(Concat); in foldConcatOfBoolMasks() 1948 Worklist.pushValue(Result); in foldConcatOfBoolMasks() 1953 Worklist.pushValue(Result); in foldConcatOfBoolMasks() 2070 Worklist.pushValue(LHS); in foldPermuteOfBinops() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | InstructionWorklist.h | 68 void pushValue(Value *V) { in pushValue() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
| H A D | DXILBitcodeWriter.cpp | 347 void pushValue(const Value *V, unsigned InstID, 2217 void DXILBitcodeWriter::pushValue(const Value *V, unsigned InstID, in pushValue() function in DXILBitcodeWriter 2249 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 2288 pushValue(I.getOperand(2), InstID, Vals); in writeInstruction() 2299 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 2305 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 2306 pushValue(cast<ShuffleVectorInst>(&I)->getShuffleMaskForBitcode(), InstID, in writeInstruction() 2314 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 2341 pushValue(II.getCondition(), InstID, Vals); in writeInstruction() 2348 pushValue(SI.getCondition(), InstID, Vals); in writeInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 433 void pushValue(const Value *V, unsigned InstID, 3096 void ModuleBitcodeWriter::pushValue(const Value *V, unsigned InstID, in pushValue() function in ModuleBitcodeWriter 3135 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 3186 pushValue(I.getOperand(2), InstID, Vals); in writeInstruction() 3201 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 3207 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 3208 pushValue(cast<ShuffleVectorInst>(I).getShuffleMaskForBitcode(), InstID, in writeInstruction() 3218 pushValue(I.getOperand(1), InstID, Vals); in writeInstruction() 3252 pushValue(II.getCondition(), InstID, Vals); in writeInstruction() 3262 pushValue(SI.getCondition(), InstID, Vals); in writeInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3435 Worklist.pushValue(II->op_begin()[BOI.Begin]); in visitCallInst() 3447 Worklist.pushValue(RK.WasOn); in visitCallInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 6386 void pushValue(const SCEVUnknown *U) { in pushValue() function
|