Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DIRBuilder.cpp67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
107 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
/external/llvm/lib/IR/
DIRBuilder.cpp86 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemSet()
113 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemCpy()
144 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) }; in CreateMemMove()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_support_library.cc42 return for_body_generator(indvar, b_->getInt1(is_first_iteration)); in ForWithStatus()
Dsort_util.cc109 : b->getInt1(true); in EmitCompareLoopBody()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIRBuilder.cpp104 Value *Ops[] = {Ptr, Val, Size, getInt1(isVolatile)}; in CreateMemSet()
166 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; in CreateMemCpy()
246 Value *Ops[] = {Dst, Src, Size, getInt1(isVolatile)}; in CreateMemMove()
DAutoUpgrade.cpp2535 { CI->getArgOperand(0), Builder.getInt1(false) }); in UpgradeIntrinsicCall()
/external/clang/lib/CodeGen/
DCGBuilder.h156 return CreateAlignedStore(getInt1(Value), Addr, CharUnits::One()); in CreateFlagStore()
DCGCleanup.cpp1166 llvm::Constant *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation()
1177 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
DCGObjC.cpp589 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy); in emitStructGetterCall()
590 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy); in emitStructGetterCall()
950 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCGetterBody()
1244 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())), in generateObjCSetterBody()
1246 args.add(RValue::get(Builder.getInt1(strategy.isCopy())), in generateObjCSetterBody()
DCGAtomic.cpp521 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp()
DCGBuiltin.cpp622 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
639 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef()); in EmitBuiltinExpr()
3406 Ops.push_back(Builder.getInt1(getTarget().isCLZForZeroUndef())); in EmitCommonNeonBuiltinExpr()
7180 Builder.CreateCall(F, {Ops[0],Builder.getInt1(false)}), in EmitX86BuiltinExpr()
DCGExprScalar.cpp446 return Builder.getInt1(E->getValue()); in VisitCXXNoexceptExpr()
DCGObjCMac.cpp4183 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar); in EmitTryOrSynchronizedStmt()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc389 llvm::Value* in_bounds = b_->getInt1(true); in MakeElementGenerator()
Dir_emitter_unnested.cc848 Store(b_.getInt1(false), initialized_flag_address); in HandleSelectAndScatter()
867 llvm::Value* in_bounds_condition = b_.getInt1(true); in HandleSelectAndScatter()
906 Store(b_.getInt1(true), initialized_flag_address); in HandleSelectAndScatter()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc615 b_.getInt1(sort->is_stable()), GetExecutableRunOptionsArgument(), in HandleSort()
807 Store(b_.getInt1(false), initialized_flag_address); in HandleSelectAndScatter()
863 Store(b_.getInt1(true), initialized_flag_address); in HandleSelectAndScatter()
1030 llvm::Value* in_bounds_condition = b_.getInt1(true); in EmitElementalConvolution()
Dtiled_dot_emitter.cc372 is_first_scalar_col, b_->getInt1(is_first_tiled_column)); in EmitInnerLoopEpilogue()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1033 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond))); in FoldGEPICmp()
1405 Constant *Cst = Builder->getInt1(IsICMP_NE); in FoldICmpShrCst()
2001 Constant *Cst = Builder->getInt1(IsICMP_NE); in visitICmpInstWithInstAndIntCst()
2275 return replaceInstUsesWith(ICI, Builder->getInt1(isICMP_NE)); in visitICmpInstWithInstAndIntCst()
2293 return replaceInstUsesWith(ICI, Builder->getInt1(isICMP_NE)); in visitICmpInstWithInstAndIntCst()
DInstCombineMulDivRem.cpp779 *I = Builder->getInt1(NonNullOperand == 1); in SimplifyDivRemOfSelect()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h181 ConstantInt *getInt1(bool V) { in getInt1() function
/external/llvm/include/llvm/IR/
DIRBuilder.h265 ConstantInt *getInt1(bool V) { in getInt1() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h282 ConstantInt *getInt1(bool V) { in getInt1() function
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2131 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2209 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp979 Builder.getInt1(ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()