Searched refs:writeParamOperand (Results 1 – 3 of 3) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2315 void writeParamOperand(const Value *Operand, AttributeSet Attrs); 2450 void AssemblyWriter::writeParamOperand(const Value *Operand, in writeParamOperand() function in AssemblyWriter 3703 writeParamOperand(CI->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction() 3745 writeParamOperand(II->getArgOperand(op), PAL.getParamAttributes(op)); in printInstruction()
|