| /llvm-project-15.0.7/libc/docs/ |
| H A D | ground_truth_specification.rst | 1 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 D | api_test.rst | 4 are generated using information from ground truth captured in TableGen files.
|
| H A D | mechanics_of_public_api.rst | 28 See the ground truth document for more information on how the standards are
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-output.cpp | 596 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 D | descriptor-io.h | 221 bool truth{}; in FormattedLogicalIO() 222 if (EditLogicalInput(io, *edit, truth)) { in FormattedLogicalIO() 223 x = truth; in FormattedLogicalIO()
|
| H A D | io-api.cpp | 1296 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 D | logical.h | 29 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical() argument
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vector-compare-combines.ll | 22 %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 D | call-bitcast.ll | 3 ; 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 D | TosaOps.td | 577 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 D | MisExpect.rst | 19 truth provided by a profiling input.
|
| H A D | ExtendedIntegerResults.txt | 127 the sad truth of the matter is that this is a) unlikely to happen anytime in
|
| H A D | MemorySSA.rst | 400 It isn't meant to be the single source of truth for all potential memory-related
|
| H A D | LangRef.rst | 9486 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 D | preprocessor.cpp | 1074 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 D | misc-ps-eager-assume.m | 71 // assuming the truth of !!a or !!b, we can compare these values directly.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 22 /// truth. Languages and extensions often have formation rules which differ
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/ |
| H A D | inline-asm-mismatched-size.ll | 17 ; take the IR type as truth.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | NVVMOps.td | 653 // Because we want a single source of truth, this mean the source of truth
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | MLIRForGraphAlgorithms.md | 133 source of truth for those correctness properties and is general across all
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl05.rst | 300 a truth value as a 1-bit (bool) value.
|
| /llvm-project-15.0.7/mlir/docs/Dialects/Linalg/ |
| H A D | _index.md | 671 `mlir-mlinalg-ods-yaml-gen.cpp` as the source of truth for the schema.
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CMakeLists.txt | 126 # source of truth for which projects to build. This means we will ignore user
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | OpDefinitions.md | 44 * **Single source of truth**: We strive to encode all facts regarding an
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | ConvertExpr.cpp | 6700 mlir::Value truth = builder.createBool(loc, true); in genarr() local 6704 return builder.create<mlir::arith::XOrIOp>(loc, val, truth); in genarr()
|