Home
last modified time | relevance | path

Searched refs:Expands (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td392 // Expands to:
428 // Expands to:
485 // Expands to:
517 // Expands to:
822 // Expands to:
854 // Expands to:
888 // Expands to:
914 // Expands to:
1503 // Expands to:
1530 // Expands to:
[all …]
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp106 SmallPtrSet<Instruction *, 4> &Expands) { in expandConstantExpr() argument
118 Expands.insert(I); in expandConstantExpr()
131 expandConstantExpr(CExprOp, Builder, I, i, Expands); in expandConstantExpr()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td149 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.
153 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.
205 // Expands to a return statement. The return expression is a boolean expression
219 // Expands to a switch statement. The switch variable is an instruction opcode.
266 // It Expands to:
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td454 // Expands to L, LY or LFH, depending on the choice of register.
498 // Expands to ST, STY or STFH, depending on the choice of register.
555 // Expands to SELR or SELFHR or a branch-and-move sequence,
579 // Expands to LOCHI or LOCHHI, depending on the choice of register.
588 // Expands to LOCR or LOCFHR or a branch-and-move sequence,
595 // Expands to LOC or LOCFH, depending on the choice of register.
600 // Expands to STOC or STOCFH, depending on the choice of register.
706 // Expands to LLCR or RISB[LH]G, depending on the choice of registers.
710 // Expands to LLHR or RISB[LH]G, depending on the choice of registers.
1266 // Expands to OILF or OIHF, depending on the choice of register.
[all …]
/llvm-project-15.0.7/llvm/docs/
H A DTestingGuide.rst570 Expands to the path separator, i.e. ``:`` (or ``;`` on Windows).
573 Expands to the root component of file system paths for the source directory,
577 Expands to the root component of file system paths for the test's temporary
582 Expands to the file system separator, i.e. ``/`` or ``\`` on Windows.
H A DLangRef.rst4447 - ``${:uid}``: Expands to a decimal integer unique to this inline assembly blob.
4453 - ``${:comment}``: Expands to the comment character of the current target's
4456 - ``${:private}``: Expands to the assembler private label prefix. Labels with
16020 ; Expands to
16036 ; Expands to
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_mve_defs.td343 // Expands to the 32-bit integer of the same signedness as Scalar.
345 // Expands to the 64-bit integer of the same signedness as Scalar.
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMips64InstrInfo.td429 // Expands to: lui $dst, %highest/%higher/%hi/%lo($tgt)
434 // Expands to: addiu $dst, %highest/%higher/%hi/%lo($tgt)
440 // Expands to: daddiu $dst, $src, %PART($tgt - $baltgt)
H A DMipsInstrInfo.td1997 // Expands to: lui $dst, %highest/%higher/%hi/%lo($tgt - $baltgt)
2002 // Expands to: lui $dst, highest/%higher/%hi/%lo($tgt)
2008 // Expands to: addiu $dst, $src, %highest/%higher/%hi/%lo($tgt - $baltgt)
2013 // Expands to: addiu $dst, $src, %highest/%higher/%hi/%lo($tgt)
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorOps.td208 string summary = "Expands an access pattern for insertion";