Home
last modified time | relevance | path

Searched refs:pushValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp149 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 DInstructionWorklist.h68 void pushValue(Value *V) { in pushValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp347 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 DBitcodeWriter.cpp433 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 DInstCombineCalls.cpp3435 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 DLoopStrengthReduce.cpp6386 void pushValue(const SCEVUnknown *U) { in pushValue() function