Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h104 Value *emitFPutC(Value *Char, Value *File, IRBuilder<> &B,
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h190 Value *emitFPutC(Value *Char, Value *File, IRBuilderBase &B,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBuildLibCalls.h186 Value *emitFPutC(Value *Char, Value *File, IRBuilder<> &B,
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1778 return emitFPutC(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI); in optimizeFPrintFString()
1829 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite()
DBuildLibCalls.cpp949 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilder<> &B, in emitFPutC() function in llvm
/external/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1367 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilderBase &B, in emitFPutC() function in llvm
DSimplifyLibCalls.cpp2709 return emitFPutC(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI); in optimizeFPrintFString()
2774 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp1169 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilder<> &B, in emitFPutC() function in llvm
DSimplifyLibCalls.cpp2690 return emitFPutC(CI->getArgOperand(2), CI->getArgOperand(0), B, TLI); in optimizeFPrintFString()
2755 Value *NewCI = emitFPutC(Char, CI->getArgOperand(3), B, TLI); in optimizeFWrite()