Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp331 Out << " " << GetValueName(I) << " = "; in outputLValue()
342 std::string GetValueName(const Value *Operand);
1224 std::string CWriter::GetValueName(const Value *Operand) { in GetValueName() function in CWriter
1316 Out << GetValueName(Operand); in writeOperandInternal()
1759 printType(Out, I->getType()->getElementType(), false, GetValueName(I)); in doInitialization()
1835 GetValueName(I)); in doInitialization()
1873 GetValueName(I)); in doInitialization()
2133 FunctionInnards << GetValueName(F) << '('; in printFunctionSignature()
2153 ArgName = GetValueName(I); in printFunctionSignature()
2251 GetValueName(F.arg_begin())); in printFunction()
[all …]