Home
last modified time | relevance | path

Searched defs:Known (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp38 APInt Known = std::move(LHSKnownUnion) & RHSKnownUnion & CarryKnownUnion; computeForAddCarry() local
190 KnownBits Known; shl() local
211 KnownBits Known(BitWidth); shl() local
275 KnownBits Known = LHS; lshr() local
284 KnownBits Known(BitWidth); lshr() local
321 KnownBits Known = LHS; ashr() local
328 KnownBits Known(BitWidth); ashr() local
763 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument
807 KnownBits Known(BitWidth); sdiv() local
862 KnownBits Known(BitWidth); udiv() local
903 KnownBits Known = remGetLowBits(LHS, RHS); urem() local
922 KnownBits Known = remGetLowBits(LHS, RHS); srem() local
973 KnownBits Known(Zero, APInt(BitWidth, 0)); blsi() local
984 KnownBits Known(BitWidth); blsmsk() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h44 mutable KnownBits Known; variable
53 WithCache(PointerType Pointer, const KnownBits &Known) in WithCache()
H A DValueTracking.h490 KnownFPClass Known = computeKnownFPClass(V, DL, fcNegZero, Depth, TLI, AC, global() variable
510 KnownFPClass Known = global() variable
526 KnownFPClass Known = computeKnownFPClass(V, DL, fcInf, Depth, TLI, AC, CtxI, global() variable
537 KnownFPClass Known = computeKnownFPClass(V, DL, fcInf | fcNan, Depth, TLI, AC, global() variable
551 KnownFPClass Known = computeKnownFPClass(V, DL, fcNan, Depth, TLI, AC, CtxI, global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp77 KnownBits Known; getKnownBits() local
96 dumpResult(const MachineInstr & MI,const KnownBits & Known,unsigned Depth) dumpResult() argument
108 computeKnownBitsMin(Register Src0,Register Src1,KnownBits & Known,const APInt & DemandedElts,unsigned Depth) computeKnownBitsMin() argument
139 computeKnownBitsImpl(Register R,KnownBits & Known,const APInt & DemandedElts,unsigned Depth) computeKnownBitsImpl() argument
745 KnownBits Known = getKnownBits(R, DemandedElts, Depth); computeNumSignBits() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp56 const APInt &AOut, APInt &AB, KnownBits &Known, KnownBits &Known2, in determineLiveOperandBits() argument
352 KnownBits Known, Known in performAnalysis() local
429 KnownBits Known, Known2; getDemandedBits() local
[all...]
H A DValueTracking.cpp153 computeKnownBits(const Value * V,KnownBits & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownBits() argument
164 computeKnownBits(const Value * V,KnownBits & Known,const DataLayout & DL,unsigned Depth,AssumptionCache * AC,const Instruction * CxtI,const DominatorTree * DT,bool UseInstrInfo) computeKnownBits() argument
320 KnownBits Known(Mask.getBitWidth()); MaskedValueIsZero() local
368 computeKnownBitsMul(const Value * Op0,const Value * Op1,bool NSW,const APInt & DemandedElts,KnownBits & Known,KnownBits & Known2,unsigned Depth,const SimplifyQuery & Q) computeKnownBitsMul() argument
417 computeKnownBitsFromRangeMetadata(const MDNode & Ranges,KnownBits & Known) computeKnownBitsFromRangeMetadata() argument
619 computeKnownBitsFromCmp(const Value * V,CmpInst::Predicate Pred,Value * LHS,Value * RHS,KnownBits & Known,const SimplifyQuery & Q) computeKnownBitsFromCmp() argument
709 computeKnownBitsFromContext(const Value * V,KnownBits & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownBitsFromContext() argument
816 computeKnownBitsFromShiftOperator(const Operator * I,const APInt & DemandedElts,KnownBits & Known,KnownBits & Known2,unsigned Depth,const SimplifyQuery & Q,function_ref<KnownBits (const KnownBits &,const KnownBits &,bool)> KF) computeKnownBitsFromShiftOperator() argument
936 computeKnownBitsFromOperator(const Operator * I,const APInt & DemandedElts,KnownBits & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownBitsFromOperator() argument
1704 KnownBits Known(getBitWidth(V->getType(), Q.DL)); computeKnownBits() local
1713 KnownBits Known(getBitWidth(V->getType(), Q.DL)); computeKnownBits() local
1734 computeKnownBits(const Value * V,const APInt & DemandedElts,KnownBits & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownBits() argument
2483 KnownBits Known(BitWidth); isKnownNonZeroFromOperator() local
2499 KnownBits Known = isKnownNonZeroFromOperator() local
2751 KnownBits Known(BitWidth); isKnownNonZeroFromOperator() local
3430 KnownBits Known(TyBits); ComputeNumSignBitsImpl() local
3455 KnownBits Known(TyBits); ComputeNumSignBitsImpl() local
3594 KnownBits Known(TyBits); ComputeNumSignBitsImpl() local
4298 computeKnownFPClass(const Value * V,KnownFPClass & Known,FPClassTest InterestedClasses,unsigned Depth,const SimplifyQuery & Q) computeKnownFPClass() argument
4310 computeKnownFPClassForFPTrunc(const Operator * Op,const APInt & DemandedElts,FPClassTest InterestedClasses,KnownFPClass & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownFPClassForFPTrunc() argument
4332 computeKnownFPClass(const Value * V,const APInt & DemandedElts,FPClassTest InterestedClasses,KnownFPClass & Known,unsigned Depth,const SimplifyQuery & Q) computeKnownFPClass() argument
5329 KnownFPClass Known; computeKnownFPClass() local
8197 KnownBits Known(CA->getBitWidth()); isTruePredicate() local
[all...]
H A DLint.cpp534 KnownBits Known = isZero() local
555 KnownBits Known = computeKnownBits(Elem, DL); isZero() local
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp730 auto Known = IdentifierTable->find(Str); getIdentifier() local
753 auto Known = ObjCSelectorTable->find(Key); getSelector() local
1910 auto Known = Implementation->ObjCPropertyTable->find( lookupObjCProperty() local
1928 auto Known = Implementation->ObjCMethodTable->find( lookupObjCMethod() local
1949 auto Known = Implementation->GlobalVariableTable->find(Key); lookupGlobalVariable() local
1968 auto Known = Implementation->GlobalFunctionTable->find(Key); lookupGlobalFunction() local
1984 auto Known = Implementation->EnumConstantTable->find(*NameID); lookupEnumConstant() local
2002 auto Known = Implementation->TagTable->find(Key); lookupTag() local
2021 auto Known = Implementation->TypedefTable->find(Key); lookupTypedef() local
[all...]
H A DAPINotesManager.cpp364 auto Known = Readers.find(*Dir); findAPINotes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp69 KnownBits &Known) { in SimplifyDemandedInstructionBits() argument
82 KnownBits Known(getBitWidth(Inst.getType(), DL)); in SimplifyDemandedInstructionBits() local
91 KnownBits &Known, unsigned Depth, in SimplifyDemandedBits() argument
127 SimplifyDemandedUseBits(Value * V,APInt DemandedMask,KnownBits & Known,unsigned Depth,Instruction * CxtI) SimplifyDemandedUseBits() argument
1089 SimplifyMultipleUseDemandedBits(Instruction * I,const APInt & DemandedMask,KnownBits & Known,unsigned Depth,Instruction * CxtI) SimplifyMultipleUseDemandedBits() argument
1264 simplifyShrShlDemandedBits(Instruction * Shr,const APInt & ShrOp1,Instruction * Shl,const APInt & ShlOp1,const APInt & DemandedMask,KnownBits & Known) simplifyShrShlDemandedBits() argument
[all...]
H A DInstCombineCalls.cpp676 IC.computeKnownBits(Op0, Known, 0, &II); in foldCtpop() local
591 KnownBits Known = IC.computeKnownBits(Op0, 0, &II); foldCttzCtlz() local
1030 KnownFPClass Known = computeKnownFPClass(Src0, Mask, &II); foldIntrinsicIsFPClass() local
1053 KnownBits Known = computeKnownBits(Op, DL, 0, AC, CxtI, DT); getKnownSign() local
1587 if (std::optional<bool> Known = visitCallInst() local
1863 KnownBits Known = computeKnownBits(IIOperand, 0, II); visitCallInst() local
2024 KnownBits Known(BitWidth); visitCallInst() local
2966 KnownBits Known(1); visitCallInst() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h166 KnownBits Known = 1; member
250 LOI.Known.One = Known.One; in AddLiveOutRegInfo() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGISelKnownBits.h86 static void computeKnownBitsForAlignment(KnownBits &Known, in computeKnownBitsForAlignment()
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp73 KnownBits Known = computeKnownBits(PtrOp, DL, 0, &AC, &I, &DT); in inferAlignment() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp291 llvm::DenseMap<ModuleFile *, unsigned>::iterator Known getModuleDependencies() local
316 IdentifierIndexTable::iterator Known = Table.find(Name); lookupIdentifier() local
334 llvm::StringMap<unsigned>::iterator Known = UnresolvedModules.find(Name); loadedModuleFile() local
437 auto Known = ModuleFiles.find(File); getModuleFileInfo() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULateCodeGenPrepare.cpp76 KnownBits Known = computeKnownBits(V, *DL, 0, AC); isDWORDAligned() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp203 llvm::StringMap<Layout>::iterator Known = Layouts.find(Record->getName()); in layoutRecordType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp398 KnownBits Known = DAG.computeKnownBits(Value); in isWordAligned() local
1563 if ((Known.Zero & Mask) == Mask) { in PerformDAGCombine() local
1585 if ((Known in PerformDAGCombine() local
1509 KnownBits Known; PerformDAGCombine() local
1525 KnownBits Known; PerformDAGCombine() local
1600 KnownBits Known = DAG.computeKnownBits(N2); PerformDAGCombine() local
1719 computeKnownBitsForTargetNode(const SDValue Op,KnownBits & Known,const APInt & DemandedElts,const SelectionDAG & DAG,unsigned Depth) const computeKnownBitsForTargetNode() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp429 HeadersMap::iterator Known = Headers.find(File); in findKnownHeader() local
514 HeadersMap::iterator Known = findKnownHeader(File); in diagnoseHeaderInclusion() local
615 HeadersMap::iterator Known = findKnownHeader(File); in findModuleForHeader() local
709 HeadersMap::iterator Known = findKnownHeader(File); findAllModulesForHeader() local
736 HeadersMap::const_iterator Known = Headers.find(Header); isHeaderUnavailableInModule() local
828 llvm::StringMap<Module *>::const_iterator Known = Modules.find(Name); findModule() local
3117 llvm::DenseMap<const FileEntry *, bool>::iterator Known parseModuleMapFile() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelDAGToDAG.cpp247 KnownBits Known = CurDAG->computeKnownBits(N->getOperand(0)); selectShiftMask() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp333 KnownBits Known = computeKnownBits(Op); in getBestTruncatedType() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp343 KnownBits Known = CurDAG->computeKnownBits(N->getOperand(0)); isUnneededShiftMask() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp641 if (Known != CanonicalNames.end()) in getCanonicalName() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp237 KnownBits Known(LongLen); in getValueRange() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h469 computeKnownBits(const Value * V,KnownBits & Known,unsigned Depth,const Instruction * CxtI) computeKnownBits() argument

1234