| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | X86ModRMFilters.h | 45 virtual bool accepts(uint8_t modRM) const = 0; 58 bool accepts(uint8_t modRM) const override { in accepts() function 78 bool accepts(uint8_t modRM) const override { in accepts() function 97 bool accepts(uint8_t modRM) const override { in accepts() function 118 bool accepts(uint8_t modRM) const override { in accepts() function 134 bool accepts(uint8_t modRM) const override { in accepts() function
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUInstructionNotation.rst | 80 vdata // operand only accepts vector registers 81 sdst // operand only accepts scalar registers 82 src1 // operand accepts both scalar and vector registers
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | input-base.test | 10 # llvm-symbolizer / StringRef::getAsInteger only accepts the 0o prefix in lowercase. 13 # llvm-addr2line always requires hexadecimal, but accepts an optional 0x prefix.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/MIR/Generic/ |
| H A D | llvmIRMissing.mir | 2 # This test ensures that the MIR parser accepts files without the LLVM IR.
|
| H A D | machine-function-missing-body.mir | 2 # This test ensures that the MIR parser accepts files with llvm IR but
|
| H A D | multiRunPass.mir | 7 # This test ensures that the command line accepts
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FuzzyMatchTests.cpp | 27 bool accepts(llvm::StringRef ActualAnnotated) const { in accepts() function 66 return Result && Candidate.accepts(AnnotatedMatch) && in MatchAndExplain() 215 if (!Str.accepts(AnnotatedMatch)) { in MatchAndExplain()
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/mt/ |
| H A D | mftr-mttr-reserved-valid.s | 4 # documentation, but GAS accepts them without warning.
|
| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | got-rel-expr.s | 1 # Check that llvm-mc accepts arithmetic expression
|
| H A D | macro-aliases.s | 3 # Test that subu accepts constant operands and inverts them when
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | br-to-eh-lpad.ll | 3 ; This function tests that the machine verifier accepts an unconditional 8 ; kind of verification, is unable to check anything, so accepts the CFG.
|
| /llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/ |
| H A D | dont_reverse.ll | 8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | directive_file-g.s | 4 ## Note gcc accepts ".file 1" after a label, although not after an opcode.
|
| /llvm-project-15.0.7/llvm/test/Analysis/CostModel/ |
| H A D | no_info.ll | 18 %p = getelementptr i8, i8* %a, i32 %b ; NoTTI accepts reg+reg addressing.
|
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | comdat-rm-dst.ll | 16 ; the verifier accepts it, test that we at least produce an output that passes
|
| /llvm-project-15.0.7/mlir/test/Integration/Dialect/SparseTensor/taco/ |
| H A D | README.md | 8 we implement a Python layer that accepts the PyTACO language, generates MLIR
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | 2011-06-16-NoGPRs.ll | 4 ; value from f1. The register is only used by tBLXr_r9 which accepts a full GPR
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | cpus.ll | 1 ; This tests that llc accepts all valid WebAssembly CPUs.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | asm-03.ll | 1 ; Test the "S" asm constraint, which accepts addresses that have a base
|
| H A D | asm-01.ll | 1 ; Test the "Q" asm constraint, which accepts addresses that have a base
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | asm-reject-x87-int.ll | 8 ; gcc accepts the code. But rejects it if the struct is replaced by an int. From
|
| /llvm-project-15.0.7/third-party/benchmark/docs/ |
| H A D | tools.md | 34 …e passed to the benchmarks invocations. They can be anything that binary accepts, be it either nor… 99 …e passed to the benchmarks invocations. They can be anything that binary accepts, be it either nor… 150 …e passed to the benchmarks invocations. They can be anything that binary accepts, be it either nor…
|
| /llvm-project-15.0.7/llvm/lib/ToolDrivers/llvm-lib/ |
| H A D | Options.td | 3 // lib.exe accepts options starting with either a dash or a slash.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/objc/ |
| H A D | property-declaration.rst | 26 This check also accepts special acronyms as prefixes or suffixes. Such prefixes or suffixes
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRInstrFormats.td | 113 // (Only accepts r16-r31) 238 // (Only accepts even registers) 256 // (Only accepts r16-r31) 300 // (Only accepts r25:24 r27:26 r29:28 r31:30)
|