/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 146 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT() 159 case MVT::v1i1: return VectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 160 case MVT::v2i1: return VectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 161 case MVT::v4i1: return VectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 162 case MVT::v8i1: return VectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 163 case MVT::v16i1: return VectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 164 case MVT::v32i1: return VectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 165 case MVT::v64i1: return VectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT() 166 case MVT::v128i1: return VectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT() 167 case MVT::v256i1: return VectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT() [all …]
|
D | AtomicExpandPass.cpp | 1253 PHINode *Success = Builder.CreatePHI(Type::getInt1Ty(Ctx), 2); in expandAtomicCmpXchg() 1763 ResultTy = Type::getInt1Ty(Ctx); in expandAtomicOpToLibcall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 247 Type::getInt1Ty(M->getContext())); in CreateAssert() 258 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Type.cpp | 177 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 221 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy() 250 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
|
D | IRBuilder.cpp | 459 assert(Cond->getType() == getInt1Ty() && in CreateAssumption() 537 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context), in CreateMaskedGather() 573 Mask = Constant::getAllOnesValue(VectorType::get(Type::getInt1Ty(Context), in CreateMaskedScatter()
|
D | MDBuilder.cpp | 118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
|
D | Constants.cpp | 663 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue() 670 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse() 2008 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf() 2150 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp() 2175 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
|
D | AutoUpgrade.cpp | 513 Type::getInt1Ty(F->getContext()) in UpgradeIntrinsicFunction1() 960 llvm::VectorType *MaskTy = llvm::VectorType::get(Builder.getInt1Ty(), in getX86MaskVec() 997 llvm::VectorType::get(Builder.getInt1Ty(), in EmitX86ScalarSelect() 1360 Cmp = Constant::getNullValue(llvm::VectorType::get(Builder.getInt1Ty(), NumElts)); in upgradeMaskedCompare() 1362 Cmp = Constant::getAllOnesValue(llvm::VectorType::get(Builder.getInt1Ty(), NumElts)); in upgradeMaskedCompare()
|
D | Instructions.cpp | 88 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext())) in areInvalidOperands() 96 } else if (Op0->getType() != Type::getInt1Ty(Op0->getContext())) { in areInvalidOperands() 1466 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext())), in AtomicCmpXchgInst() 1478 StructType::get(Cmp->getType(), Type::getInt1Ty(Cmp->getContext())), in AtomicCmpXchgInst()
|
D | ConstantFold.cpp | 1814 ResultTy = VectorType::get(Type::getInt1Ty(C1->getContext()), in ConstantFoldCompareInstruction() 1817 ResultTy = Type::getInt1Ty(C1->getContext()); in ConstantFoldCompareInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBoolRetToInt.cpp | 263 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Type.h | 389 static IntegerType *getInt1Ty(LLVMContext &C);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 102 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Type.h | 420 static IntegerType *getInt1Ty(LLVMContext &C);
|
D | InstrTypes.h | 977 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()), 980 return Type::getInt1Ty(opnd_type->getContext());
|
D | IRBuilder.h | 331 return ConstantInt::get(getInt1Ty(), V); in getInt1() 380 IntegerType *getInt1Ty() { in getInt1Ty() function 381 return Type::getInt1Ty(Context); in getInt1Ty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIAnnotateControlFlow.cpp | 142 Boolean = Type::getInt1Ty(Context); in initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 897 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc() 1627 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1641 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1652 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1717 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 1083 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedLoad() 1103 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createMaskedStore() 1150 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createGather() 1216 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createScatter() 1767 return V(llvm::ConstantInt::get(llvm::Type::getInt1Ty(*jit->context), b)); in createConstantBool() 1860 return T(llvm::Type::getInt1Ty(*jit->context)); in type() 4146 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in promoteFunctionToCoroutine() 4313 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in createCoroutine() 4358 auto i1Ty = llvm::Type::getInt1Ty(*jit->context); in yield()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 945 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition() 1468 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in RewriteLoopBodyWithConditionConstant()
|
D | StructurizeCFG.cpp | 306 Boolean = Type::getInt1Ty(Context); in INITIALIZE_PASS_DEPENDENCY()
|
D | CorrelatedValuePropagation.cpp | 324 Constant *TorF = ConstantInt::get(Type::getInt1Ty(Cmp->getContext()), Result); in processCmp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 780 case 2: RetTy = Type::getInt1Ty(header->getContext()); break; in constructFunction() 1211 brVal = ConstantInt::get(Type::getInt1Ty(Context), !SuccNum); in emitCallAndSwitchStatement()
|
D | SimplifyCFG.cpp | 3289 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue)); in SimplifyCondBranchToCondBranch() 3299 Type::getInt1Ty(BB->getContext()), std::distance(PB, PE), in SimplifyCondBranchToCondBranch() 3311 ConstantInt::get(Type::getInt1Ty(BB->getContext()), CondIsTrue), in SimplifyCondBranchToCondBranch() 5523 Shifted, Type::getInt1Ty(Mod.getContext()), "switch.lobit"); in SwitchToLookupTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 2630 Type *SelectorTy = Type::getInt1Ty(Context); in parseConstants() 4089 popValue(Record, OpNum, NextValueNo, Type::getInt1Ty(Context), Cond)) in parseFunctionBody() 4111 if (vector_type->getElementType() != Type::getInt1Ty(Context)) in parseFunctionBody() 4115 if (Cond->getType() != Type::getInt1Ty(Context)) in parseFunctionBody() 4248 Type::getInt1Ty(Context)); in parseFunctionBody() 4935 FullTy = StructType::get(Context, {FullTy, Type::getInt1Ty(Context)}); in parseFunctionBody()
|