Home
last modified time | relevance | path

Searched refs:pushValueAndType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp335 bool pushValueAndType(const Value *V, unsigned InstID,
2203 bool DXILBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in DXILBitcodeWriter
2240 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2247 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2267 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction()
2272 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2279 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2280 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2287 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2289 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp396 bool pushValueAndType(const Value *V, unsigned InstID,
2909 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter
2931 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
2964 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2977 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2991 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
3009 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction()
3014 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
3021 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
3022 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
[all …]