Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DBuildLibCalls.h76 Value *EmitPutChar(Value *Char, IRBuilder<> &B, const TargetData *TD);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DBuildLibCalls.cpp238 Value *llvm::EmitPutChar(Value *Char, IRBuilder<> &B, const TargetData *TD) { in EmitPutChar() function in llvm
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyLibCalls.cpp1115 Value *Res = EmitPutChar(B.getInt32(FormatStr[0]), B, TD); in OptimizeFixedFormatString()
1138 Value *Res = EmitPutChar(CI->getArgOperand(1), B, TD); in OptimizeFixedFormatString()
1431 Value *Res = EmitPutChar(B.getInt32('\n'), B, TD); in CallOptimizer()