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.cpp344 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.cpp428 bool pushValueAndType(const Value *V, unsigned InstID,
3052 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter
3074 return pushValueAndType(V, InstID, Vals); in pushValueOrMetadata()
3120 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
3133 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
3147 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
3165 pushValueAndType(Op, InstID, Vals); in writeInstruction()
3170 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
3177 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
3178 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
[all …]