/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IRBuilder.cpp | 67 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/ |
D | IRBuilder.cpp | 86 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/ |
D | kernel_support_library.cc | 42 return for_body_generator(indvar, b_->getInt1(is_first_iteration)); in ForWithStatus()
|
D | sort_util.cc | 109 : b->getInt1(true); in EmitCompareLoopBody()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 104 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()
|
D | AutoUpgrade.cpp | 2535 { CI->getArgOperand(0), Builder.getInt1(false) }); in UpgradeIntrinsicCall()
|
/external/clang/lib/CodeGen/ |
D | CGBuilder.h | 156 return CreateAlignedStore(getInt1(Value), Addr, CharUnits::One()); in CreateFlagStore()
|
D | CGCleanup.cpp | 1166 llvm::Constant *value = CGF.Builder.getInt1(kind == ForDeactivation); in SetupCleanupBlockActivation() 1177 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var); in SetupCleanupBlockActivation()
|
D | CGObjC.cpp | 589 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()
|
D | CGAtomic.cpp | 521 SI->addCase(CGF.Builder.getInt1(false), StrongBB); in EmitAtomicOp()
|
D | CGBuiltin.cpp | 622 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()
|
D | CGExprScalar.cpp | 446 return Builder.getInt1(E->getValue()); in VisitCXXNoexceptExpr()
|
D | CGObjCMac.cpp | 4183 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar); in EmitTryOrSynchronizedStmt()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | elemental_ir_emitter.cc | 389 llvm::Value* in_bounds = b_->getInt1(true); in MakeElementGenerator()
|
D | ir_emitter_unnested.cc | 848 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/ |
D | ir_emitter.cc | 615 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()
|
D | tiled_dot_emitter.cc | 372 is_first_scalar_col, b_->getInt1(is_first_tiled_column)); in EmitInnerLoopEpilogue()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 1033 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()
|
D | InstCombineMulDivRem.cpp | 779 *I = Builder->getInt1(NonNullOperand == 1); in SimplifyDivRemOfSelect()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 181 ConstantInt *getInt1(bool V) { in getInt1() function
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 265 ConstantInt *getInt1(bool V) { in getInt1() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 282 ConstantInt *getInt1(bool V) { in getInt1() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2131 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2209 Mask.push_back(IRB.getInt1(i >= BeginIndex && i < EndIndex)); in insertVector()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 979 Builder.getInt1(ICmpInst::isTrueWhenEqual(Cond))); in foldGEPICmp()
|