Home
last modified time | relevance | path

Searched refs:truth (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/libc/docs/
H A Dground_truth_specification.rst1 The ground truth of standards
6 fashion, LLVM libc employs ground truth files. These files live under the
7 ``spec`` directory and list ground truth corresponding the ISO C standard, the
8 POSIX extension standard, etc. For example, the path to the ground truth file
11 ground truth files to generate headers, docs etc.
H A Dapi_test.rst4 are generated using information from ground truth captured in TableGen files.
H A Dmechanics_of_public_api.rst28 See the ground truth document for more information on how the standards are
/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.cpp596 ListDirectedStatementState<Direction::Output> &list, bool truth) { in ListDirectedLogicalOutput() argument
597 return list.EmitLeadingSpaceOrAdvance(io) && io.Emit(truth ? "T" : "F", 1); in ListDirectedLogicalOutput()
600 bool EditLogicalOutput(IoStatementState &io, const DataEdit &edit, bool truth) { in EditLogicalOutput() argument
605 io.Emit(truth ? "T" : "F", 1); in EditLogicalOutput()
608 reinterpret_cast<const unsigned char *>(&truth), sizeof truth); in EditLogicalOutput()
611 reinterpret_cast<const unsigned char *>(&truth), sizeof truth); in EditLogicalOutput()
614 reinterpret_cast<const unsigned char *>(&truth), sizeof truth); in EditLogicalOutput()
H A Ddescriptor-io.h221 bool truth{}; in FormattedLogicalIO()
222 if (EditLogicalInput(io, *edit, truth)) { in FormattedLogicalIO()
223 x = truth; in FormattedLogicalIO()
H A Dio-api.cpp1296 bool IONAME(OutputLogical)(Cookie cookie, bool truth) { in IONAME()
1303 TypeCategory::Logical, sizeof truth, reinterpret_cast<void *>(&truth), 0); in IONAME()
1307 bool IONAME(InputLogical)(Cookie cookie, bool &truth) { in IONAME()
1314 TypeCategory::Logical, sizeof truth, reinterpret_cast<void *>(&truth), 0); in IONAME()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dlogical.h29 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical() argument
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvector-compare-combines.ll22 %truth = icmp eq <4 x i32> %max, %sse_max
23 %ret = sext <4 x i1> %truth to <4 x i32>
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dcall-bitcast.ll3 ; Ensures that MemorySSA leverages the ground truth of the function being called when wrapped in a …
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td577 let summary = "Returns the truth value of x AND y element-wise.";
649 let summary = "Returns the truth value of x OR y element-wise.";
673 let summary = "Returns the truth value of x XOR y element-wise.";
1017 let summary = "Returns the truth value of NOT x element-wise.";
1146 let summary = "Returns the truth value of (x == y) element-wise.";
1169 let summary = "Returns the truth value of (x > y) element-wise.";
1192 let summary = "Returns the truth value of (x >= y) element-wise.";
/llvm-project-15.0.7/llvm/docs/
H A DMisExpect.rst19 truth provided by a profiling input.
H A DExtendedIntegerResults.txt127 the sad truth of the matter is that this is a) unlikely to happen anytime in
H A DMemorySSA.rst400 It isn't meant to be the single source of truth for all potential memory-related
H A DLangRef.rst9486 The truth table used for the '``and``' instruction is:
9537 The truth table used for the '``or``' instruction is:
9589 The truth table used for the '``xor``' instruction is:
/llvm-project-15.0.7/flang/lib/Parser/
H A Dpreprocessor.cpp1074 char truth{IsNameDefined(name) ? '1' : '0'}; in IsIfPredicateTrue() local
1075 expr2.Put(&truth, 1, allSources_.CompilerInsertionProvenance(truth)); in IsIfPredicateTrue()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps-eager-assume.m71 // assuming the truth of !!a or !!b, we can compare these values directly.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTypeNodes.td22 /// truth. Languages and extensions often have formation rules which differ
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dinline-asm-mismatched-size.ll17 ; take the IR type as truth.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DNVVMOps.td653 // Because we want a single source of truth, this mean the source of truth
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DMLIRForGraphAlgorithms.md133 source of truth for those correctness properties and is general across all
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl05.rst300 a truth value as a 1-bit (bool) value.
/llvm-project-15.0.7/mlir/docs/Dialects/Linalg/
H A D_index.md671 `mlir-mlinalg-ods-yaml-gen.cpp` as the source of truth for the schema.
/llvm-project-15.0.7/llvm/
H A DCMakeLists.txt126 # source of truth for which projects to build. This means we will ignore user
/llvm-project-15.0.7/mlir/docs/
H A DOpDefinitions.md44 * **Single source of truth**: We strive to encode all facts regarding an
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp6700 mlir::Value truth = builder.createBool(loc, true); in genarr() local
6704 return builder.create<mlir::arith::XOrIOp>(loc, val, truth); in genarr()

12