| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 256 auto * const Int1Ty = Type::getInt1Ty(F.getContext()); in rewrite() local 263 auto *NewPHI = PHINode::Create(Int1Ty, OldPHI->getNumIncomingValues()); in rewrite() 265 NewPHI->addIncoming(UndefValue::get(Int1Ty), in rewrite()
|
| H A D | SanitizerCoverage.cpp | 264 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anonac98908c0111::ModuleSanitizerCoverage 396 Int1Ty = IRB.getInt1Ty(); in instrumentModule() 496 SanCovBoolFlagInitName, Int1Ty, in instrumentModule() 765 AllBlocks.size(), F, Int1Ty, SanCovBoolFlagSectionName); in CreateFunctionLocalArrays() 981 auto Load = IRB.CreateLoad(Int1Ty, FlagPtr); in InjectCoverageAtBlock() 985 auto Store = ThenIRB.CreateStore(ConstantInt::getTrue(Int1Ty), FlagPtr); in InjectCoverageAtBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 264 Type *Int1Ty = Type::getInt1Ty(U->getContext()); in runOnUse() local 266 Value *BackToBool = new TruncInst(IntRetVal, Int1Ty, "backToBool", I); in runOnUse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 211 Type *Int1Ty = Type::getInt1Ty(C); in fillCommonArgs() local 215 Args.push_back(ConstantInt::get(Int1Ty, Insn->isVolatile())); in fillCommonArgs() 219 Args.push_back(ConstantInt::get(Int1Ty, GEP.InBounds)); in fillCommonArgs()
|
| /freebsd-14.2/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 | 1555 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 420 IntegerType *Int1Ty = Type::getInt1Ty(M.getContext()); member in __anonecc095190111::LowerTypeTestsModule 815 PHINode *P = B.CreatePHI(Int1Ty, 2); in lowerTypeTestCall() 816 P->addIncoming(ConstantInt::get(Int1Ty, 0), InitialBB); in lowerTypeTestCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 315 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generateInstruction() local 316 auto *PredTy = VectorType::get(Int1Ty, State.VF); in generateInstruction()
|
| /freebsd-14.2/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()
|