Searched refs:CreateCall2 (Results 1 - 19 of 19) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp69 CallInst *CI = B.CreateCall2(StrChr, CastToCStr(Ptr, B),
112 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
294 CallInst *CI = B.CreateCall2(F, Char, File, "fputc");
320 CallInst *CI = B.CreateCall2(F, CastToCStr(Str, B), File, "fputs");
/external/llvm/lib/VMCore/
H A DAutoUpgrade.cpp175 CI->replaceAllUsesWith(Builder.CreateCall2(NewFn, CI->getArgOperand(0),
/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp298 IRB.CreateCall2(TsanVptrUpdate,
H A DAddressSanitizer.cpp510 IRB.CreateCall2(AsanRegisterGlobals,
525 IRB_Dtor.CreateCall2(AsanUnregisterGlobals,
869 LocalStackBase = IRB.CreateCall2(AsanStackMallocFunc,
H A DGCOVProfiling.cpp510 Builder.CreateCall2(getIncrementIndirectCounterFunc(),
652 Builder.CreateCall2(EmitFunction,
659 Builder.CreateCall2(EmitArcs,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp214 return RValue::get(Builder.CreateCall2(CGM.getIntrinsic(Intrinsic::vacopy),
243 Value *Result = Builder.CreateCall2(F, ArgValue, ZeroUndef);
260 Value *Result = Builder.CreateCall2(F, ArgValue, ZeroUndef);
276 Value *Tmp = Builder.CreateAdd(Builder.CreateCall2(F, ArgValue,
326 Value *Result = Builder.CreateCall2(FnExpect, ArgValue, ExpectedValue,
351 return RValue::get(Builder.CreateCall2(F,
389 return RValue::get(Builder.CreateCall2(F, Base, Exponent));
701 Builder.CreateCall2(F, Int, Ptr);
1233 return RValue::get(Builder.CreateCall2(F, Base, Exponent));
1741 Ops[1] = Builder.CreateCall2(
[all...]
H A DCGObjCMac.cpp3334 CGF.Builder.CreateCall2(ObjCTypes.getExceptionMatchFn(),
3492 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignWeakFn(),
3514 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignGlobalFn(),
3517 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignThreadLocalFn(),
3559 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignStrongCastFn(),
6161 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignStrongCastFn(),
6208 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignWeakFn(),
6230 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignGlobalFn(),
6233 CGF.Builder.CreateCall2(ObjCTypes.getGcAssignThreadLocalFn(),
H A DCGExprCXX.cpp701 CGF.Builder.CreateCall2(umul_with_overflow, size, tsmV);
740 CGF.Builder.CreateCall2(uadd_with_overflow, size, cookieSizeV);
H A DCGObjCGNU.cpp2388 Builder.CreateCall2(RegisterAlias, TheClass,
2523 B.CreateCall2(WeakAssignFn, src, dst);
2533 B.CreateCall2(GlobalAssignFn, src, dst);
2553 B.CreateCall2(StrongCastAssignFn, src, dst);
H A DCodeGenFunction.cpp241 Builder.CreateCall2(F,
H A DCGObjC.cpp1779 llvm::CallInst *result = CGF.Builder.CreateCall2(fn, addr, value);
1806 llvm::CallInst *result = CGF.Builder.CreateCall2(fn, dst, src);
1954 Builder.CreateCall2(fn, addr, castValue)->setDoesNotThrow();
H A DCGBlocks.cpp1964 Builder.CreateCall2(F, V, N);
H A DCGExpr.cpp530 llvm::Value *C = Builder.CreateCall2(F, Address, Arg);
H A DCGExprScalar.cpp1865 Value *resultAndOverflow = Builder.CreateCall2(intrinsic, Ops.LHS, Ops.RHS);
/external/llvm/lib/Transforms/Scalar/
H A DSimplifyLibCalls.cpp963 CallInst *CI = B.CreateCall2(Callee, One, LdExpArg);
1026 Value *V = B.CreateCall2(F, Op, B.getFalse(), "cttz");
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp944 builder.CreateCall2(&printFunct, &toPrint, cast);
/external/mesa3d/src/glsl/
H A Dir_to_llvm.cpp361 // return bld.CreateCall2(llvm::Intrinsic::getDeclaration(mod, id, types, 1), a, b);
419 return bld.CreateCall2(function, op0, op1);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1730 CallInst *Call = Builder->CreateCall2(F, TruncA, TruncB, "sadd");
1762 CallInst *Call = Builder->CreateCall2(F, LHS, RHS, "uadd");
/external/llvm/include/llvm/Support/
H A DIRBuilder.h1158 CallInst *CreateCall2(Value *Callee, Value *Arg1, Value *Arg2, function in class:llvm::IRBuilder

Completed in 226 milliseconds