Home
last modified time | relevance | path

Searched refs:accepts (Results 1 – 25 of 123) sorted by relevance

12345

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DX86ModRMFilters.h45 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 DAMDGPUInstructionNotation.rst80 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 Dinput-base.test10 # 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 DllvmIRMissing.mir2 # This test ensures that the MIR parser accepts files without the LLVM IR.
H A Dmachine-function-missing-body.mir2 # This test ensures that the MIR parser accepts files with llvm IR but
H A DmultiRunPass.mir7 # This test ensures that the command line accepts
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFuzzyMatchTests.cpp27 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 Dmftr-mttr-reserved-valid.s4 # documentation, but GAS accepts them without warning.
/llvm-project-15.0.7/llvm/test/MC/Mips/
H A Dgot-rel-expr.s1 # Check that llvm-mc accepts arithmetic expression
H A Dmacro-aliases.s3 # Test that subu accepts constant operands and inverts them when
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dbr-to-eh-lpad.ll3 ; 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 Ddont_reverse.ll8 ; Declare i2 as legal so that IVUsers accepts to consider %indvar3451
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Ddirective_file-g.s4 ## Note gcc accepts ".file 1" after a label, although not after an opcode.
/llvm-project-15.0.7/llvm/test/Analysis/CostModel/
H A Dno_info.ll18 %p = getelementptr i8, i8* %a, i32 %b ; NoTTI accepts reg+reg addressing.
/llvm-project-15.0.7/llvm/test/Linker/
H A Dcomdat-rm-dst.ll16 ; 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 DREADME.md8 we implement a Python layer that accepts the PyTACO language, generates MLIR
/llvm-project-15.0.7/llvm/test/CodeGen/Thumb/
H A D2011-06-16-NoGPRs.ll4 ; 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 Dcpus.ll1 ; This tests that llc accepts all valid WebAssembly CPUs.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dasm-03.ll1 ; Test the "S" asm constraint, which accepts addresses that have a base
H A Dasm-01.ll1 ; Test the "Q" asm constraint, which accepts addresses that have a base
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dasm-reject-x87-int.ll8 ; 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 Dtools.md34 …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 DOptions.td3 // 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 Dproperty-declaration.rst26 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 DAVRInstrFormats.td113 // (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)

12345