| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | ValueTypes.cpp | 187 case MVT::i1: return Type::getInt1Ty(Context); in getTypeForEVT() 203 return FixedVectorType::get(Type::getInt1Ty(Context), 1); in getTypeForEVT() 205 return FixedVectorType::get(Type::getInt1Ty(Context), 2); in getTypeForEVT() 207 return FixedVectorType::get(Type::getInt1Ty(Context), 4); in getTypeForEVT() 209 return FixedVectorType::get(Type::getInt1Ty(Context), 8); in getTypeForEVT() 211 return FixedVectorType::get(Type::getInt1Ty(Context), 16); in getTypeForEVT() 213 return FixedVectorType::get(Type::getInt1Ty(Context), 32); in getTypeForEVT() 215 return FixedVectorType::get(Type::getInt1Ty(Context), 64); in getTypeForEVT() 217 return FixedVectorType::get(Type::getInt1Ty(Context), 128); in getTypeForEVT() 219 return FixedVectorType::get(Type::getInt1Ty(Context), 256); in getTypeForEVT() [all …]
|
| H A D | MIRFSDiscriminator.cpp | 135 new GlobalVariable(*M, Type::getInt1Ty(Context), true, in runOnMachineFunction()
|
| H A D | ExpandVectorPredication.cpp | 197 Type *BoolVecTy = VectorType::get(Builder.getInt1Ty(), ElemCount); in convertEVLToMask()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 53 llvm::Type::getInt1Ty(Ctx), 1))})); in createPipeliningMetadata() 231 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopVectorizeMetadata() 262 ConstantAsMetadata::get(ConstantInt::get(llvm::Type::getInt1Ty(Ctx), in createLoopVectorizeMetadata() 282 ConstantInt::get(llvm::Type::getInt1Ty(Ctx), IsScalable))}; in createLoopVectorizeMetadata() 313 llvm::Type::getInt1Ty(Ctx), AttrVal))})); in createLoopVectorizeMetadata() 346 llvm::Type::getInt1Ty(Ctx), 0))})); in createLoopDistributeMetadata() 363 llvm::Type::getInt1Ty(Ctx), in createLoopDistributeMetadata()
|
| H A D | SanitizerMetadata.cpp | 54 llvm::ConstantInt::get(llvm::Type::getInt1Ty(VMContext), IsDynInit)), in reportGlobalToASan() 56 llvm::Type::getInt1Ty(VMContext), IsExcluded))}; in reportGlobalToASan()
|
| H A D | CGBuilder.h | 118 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); 119 return CreateAlignedLoad(getInt1Ty(), Addr, CharUnits::One(), Name); 124 assert(Addr->getType()->getPointerElementType() == getInt1Ty()); in CreateFlagStore()
|
| H A D | CGCoroutine.cpp | 235 CGF.CreateTempAlloca(Builder.getInt1Ty(), Prefix + Twine("resume.eh")); in emitSuspendExpression() 498 CGF.CreateTempAlloca(Builder.getInt1Ty(), CharUnits::One(), "gro.active"); in EmitGroAlloca()
|
| H A D | CGCleanup.cpp | 283 Builder.getInt1Ty(), CharUnits::One(), "cleanup.cond"); in createCleanupActiveFlag() 1236 var = CGF.CreateTempAlloca(CGF.Builder.getInt1Ty(), CharUnits::One(), in SetupCleanupBlockActivation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 92 assert(V->getType() == Type::getInt1Ty(V->getContext()) && in translate() 265 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 251 Type::getInt1Ty(M->getContext())); in CreateAssert() 262 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite()
|
| H A D | SanitizerCoverage.cpp | 416 Int1PtrTy = PointerType::getUnqual(IRB.getInt1Ty()); in instrumentModule() 421 Int1Ty = IRB.getInt1Ty(); in instrumentModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-isel-fuzzer/ |
| H A D | llvm-isel-fuzzer.cpp | 57 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createISelMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 310 Type::getInt1Ty(Context), in pickScalarType() 631 Type *CondTy = Type::getInt1Ty(Context); in Act() 717 if (Instr.getType() == IntegerType::getInt1Ty(F->getContext())) in IntroduceControlFlow()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 194 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty() function in Type 246 return getInt1Ty(C)->getPointerTo(AS); in getInt1PtrTy() 275 case 1: return cast<IntegerType>(Type::getInt1Ty(C)); in get()
|
| H A D | MDBuilder.cpp | 118 Type *Int1 = Type::getInt1Ty(Context); in createCallbackEncoding()
|
| H A D | IRBuilder.cpp | 465 assert(Cond->getType() == getInt1Ty() && in CreateAssumption() 551 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedGather() 587 VectorType::get(Type::getInt1Ty(Context), NumElts)); in CreateMaskedScatter()
|
| H A D | Constants.cpp | 850 pImpl->TheTrueVal = ConstantInt::get(Type::getInt1Ty(Context), 1); in getTrue() 857 pImpl->TheFalseVal = ConstantInt::get(Type::getInt1Ty(Context), 0); in getFalse() 2358 Type *AligningTy = StructType::get(Type::getInt1Ty(Ty->getContext()), Ty); in getAlignOf() 2507 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getICmp() 2532 Type *ResultTy = Type::getInt1Ty(LHS->getContext()); in getFCmp()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-fuzzer/ |
| H A D | llvm-opt-fuzzer.cpp | 45 Type::getInt1Ty, Type::getInt8Ty, Type::getInt16Ty, Type::getInt32Ty, in createOptMutator()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZTDC.cpp | 110 if (LI && LI->getType() == Type::getInt1Ty(Ctx) && in converted()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Type.h | 424 static IntegerType *getInt1Ty(LLVMContext &C);
|
| H A D | InstrTypes.h | 1036 return VectorType::get(Type::getInt1Ty(opnd_type->getContext()), 1039 return Type::getInt1Ty(opnd_type->getContext());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 126 Boolean = Type::getInt1Ty(Context); in initialize()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 934 new GlobalVariable(Type::getInt1Ty(GV->getContext()), false, in OptimizeGlobalAddressOfMalloc() 1139 if (GVElType == Type::getInt1Ty(GV->getContext()) || in TryToShrinkGlobalToBoolean() 1153 GlobalVariable *NewGV = new GlobalVariable(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean() 1164 assert(InitVal->getType() != Type::getInt1Ty(GV->getContext()) && in TryToShrinkGlobalToBoolean() 1229 StoreVal = ConstantInt::get(Type::getInt1Ty(GV->getContext()), in TryToShrinkGlobalToBoolean()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopUnswitch.cpp | 1038 Val->getType() != Type::getInt1Ty(LIC->getContext())) in emitPreheaderBranchOnCondition() 1577 Replacement = ConstantInt::get(Type::getInt1Ty(Val->getContext()), in rewriteLoopBodyWithConditionConstant()
|
| H A D | TailRecursionElimination.cpp | 547 Type *BoolType = Type::getInt1Ty(F.getContext()); in createTailRecurseLoopHeader()
|