Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp234 bool pushValueAndType(const Value *V, unsigned InstID,
2248 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter
2270 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
2303 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2310 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2330 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction()
2335 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2342 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2343 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
2350 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp375 bool pushValueAndType(const Value *V, unsigned InstID,
2557 bool ModuleBitcodeWriter::pushValueAndType(const Value *V, unsigned InstID, in pushValueAndType() function in ModuleBitcodeWriter
2579 pushValueAndType(Input, InstID, Record); in writeOperandBundles()
2612 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2619 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2633 if (!pushValueAndType(I.getOperand(0), InstID, Vals)) in writeInstruction()
2651 pushValueAndType(I.getOperand(i), InstID, Vals); in writeInstruction()
2656 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2663 pushValueAndType(I.getOperand(0), InstID, Vals); in writeInstruction()
2664 pushValueAndType(I.getOperand(1), InstID, Vals); in writeInstruction()
[all …]