Searched refs:writeParamOperand (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | AsmWriter.cpp | 1127 void writeParamOperand(const Value *Operand, Attributes Attrs); 1181 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() function in AssemblyWriter 1821 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction() 1871 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op + 1)); in printInstruction()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 2081 void writeParamOperand(const Value *Operand, AttributeSet Attrs,unsigned Idx); 2175 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() function in AssemblyWriter 3030 writeParamOperand(CI->getArgOperand(op), PAL, op + 1); in printInstruction() 3073 writeParamOperand(II->getArgOperand(op), PAL, op + 1); in printInstruction()
|