Home
last modified time | relevance | path

Searched refs:Int1Ty (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp257 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 DSanitizerCoverage.cpp268 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 DNumericalStabilitySanitizer.cpp605 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 DPPCBoolRetToInt.cpp264 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 DBPFPreserveStaticOffset.cpp212 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 DLLVMContextImpl.cpp44 X86_AMXTy(C, Type::X86_AMXTyID), Int1Ty(C, 1), Int8Ty(C, 8), in LLVMContextImpl()
H A DType.cpp251 IntegerType *Type::getInt1Ty(LLVMContext &C) { return &C.pImpl->Int1Ty; } in getInt1Ty()
H A DLLVMContextImpl.h1586 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp420 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 DX86.cpp44 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 DVPlanRecipes.cpp425 auto *Int1Ty = Type::getInt1Ty(Builder.getContext()); in generatePerPart() local
426 auto *PredTy = VectorType::get(Int1Ty, State.VF); in generatePerPart()