Home
last modified time | relevance | path

Searched full:infer (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_htt_stats.h209 /* NOTE: Variable length TLV, use length spec to infer array size */
215 /* NOTE: Variable length TLV, use length spec to infer array size */
221 /* NOTE: Variable length TLV, use length spec to infer array size */
227 /* NOTE: Variable length TLV, use length spec to infer array size */
233 /* NOTE: Variable length TLV, use length spec to infer array size */
247 /* NOTE: Variable length TLV, use length spec to infer array size .
592 /* NOTE: Variable length TLV, use length spec to infer array size */
599 /* NOTE: Variable length TLV, use length spec to infer array size */
605 /* NOTE: Variable length TLV, use length spec to infer array size */
611 /* NOTE: Variable length TLV, use length spec to infer array size */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp1 //===- InferFunctionAttrs.cpp - Infer implicit function attributes --------===//
24 // We only infer things using the prototype and the name; we don't need in inferAllPrototypeAttributes()
47 // If we didn't infer anything, preserve all analyses. in run()
H A DFunctionAttrs.cpp757 // We can infer and propagate function attributes only when we know that the in addArgumentReturnedAttrs()
877 // We can infer and propagate function attributes only when we know that the in addArgumentAttrs()
963 // Infer the access attributes given the new nocapture one in addArgumentAttrs()
1128 // We can infer and propagate function attributes only when we know that the in addNoAliasAttrs()
1245 // We can infer and propagate function attributes only when we know that the in addNonNullAttrs()
1299 // We can infer and propagate function attributes only when we know that the in addNoUndefAttrs()
1376 /// If true, only "exact" definitions can be used to infer this attribute.
1606 /// Infer attributes from all functions in the SCC by scanning every
1615 // Request to infer nounwind attribute for all the functions in the SCC if in inferAttrsFromFunctionBodies()
1637 // Request to infer nofree attribute for all the functions in the SCC if in inferAttrsFromFunctionBodies()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h11 /// to infer execution coverage for the whole graph.
62 /// Maps blocks to a minimal list of predecessors that can be used to infer
66 /// Maps blocks to a minimal list of successors that can be used to infer
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInferFunctionAttrs.h1 //===-- InferFunctionAttrs.h - Infer implicit function attributes ---------===//
10 /// Interfaces for passes which infer implicit function attributes from the
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp11 // of all remaining nodes is not enough to infer their coverage status.
18 // If a node v is not ambiguous, then if condition 1 fails, we can infer v’s
20 // can infer v’s coverage from the coverage of its successors.
22 // Sadly, there are example CFGs where it is not possible to infer all nodes
167 // infer coverage from. in findDependencies()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp438 /// Infer a CodeGenRegisterClass for the type of \p SuperRegNode. The returned
449 /// Infer a CodeGenRegisterClass which suppoorts \p Ty and \p SubRegIdxNode.
1417 "Cannot infer register class from INSERT_SUBREG operand #1"); in createAndImportSubInstructionRenderer()
1423 "Cannot infer register class for INSERT_SUBREG operand #0"); in createAndImportSubInstructionRenderer()
1443 "Cannot infer register class from EXTRACT_SUBREG operand #0"); in createAndImportSubInstructionRenderer()
1468 "Cannot infer register class from SUBREG_TO_REG child #1"); in createAndImportSubInstructionRenderer()
1473 "Cannot infer register class for SUBREG_TO_REG operand #0"); in createAndImportSubInstructionRenderer()
1809 // We don't have a leaf node, so we have to try and infer something. Check in inferRegClassFromPattern()
1810 // that we have an instruction that we can infer something from. in inferRegClassFromPattern()
1822 // Don't want to try and infer things when there could potentially be more in inferRegClassFromPattern()
[all …]
H A DGlobalISelCombinerEmitter.cpp188 /// infer as many types as possible for temporary register defs & immediates in
192 /// CodeGenInstructions to infer types across patterns in a CombineRule. It's
196 /// We only try to infer untyped operands in apply patterns when they're temp
259 /// Tries to infer the type of the \p ImmOpIdx -th operand of \p IP using \p
272 /// Looks inside \p TECs to infer \p OpName's type.
332 // Infer defs & named immediates. in propagateAndInferTypes()
344 errs() << "INFER: " << Op.describe() << " -> " << Ty.str() << '\n'; in propagateAndInferTypes()
352 // Infer immediates in propagateAndInferTypes()
356 errs() << "INFER: " << Op.describe() << " -> " << Ty.str() << '\n'; in propagateAndInferTypes()
395 // We can only infer CGPs (except intrinsics). in inferImmediateType()
[all …]
/freebsd/tools/build/
H A Dmake.py173 sys.exit("Could not infer value for $" + varname + ". Either set $" +
176 # try to infer the path to the tool
179 sys.exit("Could not infer value for $" + varname + ": " + guess +
295 # infer values for CC/CXX/CPP
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAlignment.cpp9 // Infer alignment for load, stores and other memory operations based on
55 // pass first, because it may improve the alignments we infer below. in inferAlignment()
H A DInferAddressSpaces.cpp16 // compilers must infer the memory space of an address expression from
44 // analysis to infer as many generic pointers as possible to point to only one
136 #define DEBUG_TYPE "infer-address-spaces"
154 // infer addrspace from the addrspace predicate assumption built from assume
201 // Tries to infer the specific address space of each address expression in
256 INITIALIZE_PASS_BEGIN(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces",
260 INITIALIZE_PASS_END(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces", in INITIALIZE_PASS_DEPENDENCY()
964 // Otherwise, infer the address space from its pointer operands. in updateAddressSpace()
1145 // not even infer the value to have its original address space. in rewriteWithNewAddressSpaces()
1261 // If we can infer that both pointers are in the same addrspace, in rewriteWithNewAddressSpaces()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h326 : Infer(TI), VTS(T) {} in ValidateOnExit()
328 const TypeInfer &Infer; member
333 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()
334 Infer.Validate = false; in SuppressValidation()
336 ~SuppressValidation() { Infer.Validate = SavedValidate; } in ~SuppressValidation()
337 TypeInfer &Infer; member
905 TypeInfer Infer; variable
959 /// InferAllTypes - Infer/propagate as many types throughout the expression
971 TypeInfer &getInfer() { return Infer; } in getInfer()
H A DCodeGenDAGPatterns.cpp868 if (Infer.Validate && !VTS.validate()) { in ~ValidateOnExit()
874 Infer.TP.dump(); in ~ValidateOnExit()
876 Infer.TP.getRecord()->dump(); in ~ValidateOnExit()
878 PrintFatalError(Infer.TP.getRecord()->getLoc(), in ~ValidateOnExit()
880 Infer.TP.getRecord()->getName() + "'"); in ~ValidateOnExit()
2210 /// type which should be applied to it. This will infer the type of register
2801 Infer(*this) { in TreePattern()
2809 Infer(*this) { in TreePattern()
2816 Infer(*this) { in TreePattern()
3066 /// InferAllTypes - Infer/propagate as many types throughout the expression
[all …]
/freebsd/crypto/openssl/demos/bio/
H A Ddescrip.mms40 # MMS doesn't infer this automatically...
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1215 return Inferrer.infer(Origin); in inferRange()
1224 // infer the range from the expression's type". in VisitSymExpr()
1225 return infer(Sym->getType()); in VisitSymExpr()
1231 return infer(USE->getType()); in VisitUnarySymExpr()
1267 /// Infer range information from the given integer constant.
1275 /// Infer range information from symbol in the context of the given type.
1281 return infer(Sym); in inferAs()
1283 // Otherwise, let's simply infer from the destination type. in inferAs()
1285 return infer(DestType); in inferAs()
1288 RangeSet infer(SymbolRef Sym) { in infer() function in __anonaacf511c0511::SymbolicRangeInferrer
[all …]
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp140 /// Infer based on name and type (the default).
141 Infer, enumerator
158 FactoryAsInitKind FactoryAsInit = FactoryAsInitKind::Infer;
173 IO.enumCase(FIK, "A", FactoryAsInitKind::Infer); in enumeration()
192 IO.mapOptional("FactoryAsInit", M.FactoryAsInit, FactoryAsInitKind::Infer); in mapping()
770 if (M.FactoryAsInit != FactoryAsInitKind::Infer) in convertMethod()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGlobalMerge.h19 // FIXME: Infer the maximum possible offset depending on the actual users
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,gianfar-mdio.yaml71 will attempt to infer it from the register set specified (your
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h60 /// Infer the type of \p V. Returns the scalar type of \p V.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h143 /// Try to infer branch probabilities mimicking implementation of
278 // Try to infer probabilities of jumps based on the content of basic block in createFlowFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DBuildTree.h36 /// Infer the token spelling from its `TokenKind`, then create `Leaf` from
/freebsd/contrib/bearssl/src/rsa/
H A Drsa_i15_modulus.c89 * we can infer the output length. Even if n is NULL, we still had in br_rsa_i15_compute_modulus()
H A Drsa_i31_modulus.c89 * we can infer the output length. Even if n is NULL, we still had in br_rsa_i31_compute_modulus()
/freebsd/share/man/man4/
H A Dest.463 Attempt to infer information from direct probing of the msr.
/freebsd/sys/ddb/
H A Ddb_lex.h48 /* Infer or use db_radix using the old logic. */

12345678910>>...12