Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h109 Value *emitFPutS(Value *Str, Value *File, IRBuilder<> &B,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h122 Value *emitFPutS(Value *Str, Value *File, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp968 Value *llvm::emitFPutS(Value *Str, Value *File, IRBuilder<> &B, in emitFPutS() function in llvm
DSimplifyLibCalls.cpp1785 return emitFPutS(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI); in optimizeFPrintFString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1044 Value *llvm::emitFPutS(Value *Str, Value *File, IRBuilder<> &B, in emitFPutS() function in llvm
DSimplifyLibCalls.cpp2067 return emitFPutS(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI); in optimizeFPrintFString()