/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 257 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local 264 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues()); in rewrite() 266 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
|
H A D | SanitizerCoverage.cpp | 268 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anon0eb498d60111::ModuleSanitizerCoverage 400 Int1Ty = IRB.getInt1Ty(); in instrumentModule() 500 SanCovBoolFlagInitName, Int1Ty, in instrumentModule() 771 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName); in CreateFunctionLocalArrays() 987 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock() 992 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()
|
H A D | NumericalStabilitySanitizer.cpp | 605 Type *Int1Ty = Type::getInt1Ty(Context); in NumericalStabilitySanitizer() local 634 Attr, VoidTy, VTTy, VTTy, ShadowTy, ShadowTy, Int32Ty, Int1Ty, Int1Ty); in NumericalStabilitySanitizer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBoolRetToInt.cpp | 264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 267 new TruncInst(IntRetVal, Int1Ty, "backToBool", I->getIterator()); in runOnUse()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 212 Type *Int1Ty = Type::getInt1Ty(C); in fillCommonArgs() local 216 Args.push_back(ConstantInt::get(Int1Ty, Insn->isVolatile())); in fillCommonArgs() 220 Args.push_back(ConstantInt::get(Int1Ty, GEP.InBounds)); in fillCommonArgs()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.cpp | 44 X86_AMXTy(C, Type::X86_AMXTyID), Int1Ty(C, 1), Int8Ty(C, 8), in LLVMContextImpl()
|
H A D | Type.cpp | 251 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
|
H A D | LLVMContextImpl.h | 1586 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 420 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonc00fd2a30111::LowerTypeTestsModule 815 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 816 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 44 llvm::Type *Int1Ty = llvm::Type::getInt1Ty(CGF.getLLVMContext()); in X86AdjustInlineAsmType() local 45 return llvm::FixedVectorType::get(Int1Ty, Ty->getScalarSizeInBits()); in X86AdjustInlineAsmType()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 425 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generatePerPart() local 426 auto *PredTy = VectorType::get(Int1Ty, State.VF); in generatePerPart()
|