/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 | 40 for_body_generator(indvar, ir_builder_->getInt1(is_first_iteration)); in For()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 1048 ir_builder_.getInt1(all_threads_in_bounds)); in EmitReductionToScalar() 1252 ir_builder_.getInt1(height % kTileSize == 0)); in EmitColumnReduction() 1489 ir_builder_.getInt1(width % (kTileSize * kWarpSize) == 0), in EmitRowReduction() 1793 ir_builder_.CreateStore(ir_builder_.getInt1(false), in HandleSelectAndScatter() 1813 llvm::Value* in_bounds_condition = ir_builder_.getInt1(true); in HandleSelectAndScatter() 1854 ir_builder_.CreateStore(ir_builder_.getInt1(true), in HandleSelectAndScatter()
|
D | elemental_ir_emitter.cc | 379 llvm::Value* in_bounds = ir_builder_->getInt1(true); in MakeElementGenerator()
|
/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/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/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | ir_emitter.cc | 684 ir_builder_.CreateStore(ir_builder_.getInt1(false), initialized_flag_address); in HandleSelectAndScatter() 744 ir_builder_.CreateStore(ir_builder_.getInt1(true), initialized_flag_address); in HandleSelectAndScatter() 1076 llvm::Value* in_bounds_condition = ir_builder_.getInt1(true); in HandleConvolution()
|
D | dot_op_emitter.cc | 293 ir_builder_->getInt1(is_first_tiled_column)); in EmitInnerLoopEpilogue()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 181 ConstantInt *getInt1(bool V) { in getInt1() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.cc | 1228 llvm::Intrinsic::ctlz, {r, ir_builder_->getInt1(true)}, in MakeRngElementGenerator()
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 265 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()
|