Home
last modified time | relevance | path

Searched refs:Absolute (Results 1 – 25 of 92) sorted by relevance

1234

/llvm-project-15.0.7/lld/test/ELF/linkerscript/
H A Dabsolute-expr.test25 # CHECK-NEXT: Section: Absolute (0xFFF1)
34 # CHECK-NEXT: Section: Absolute
43 # CHECK-NEXT: Section: Absolute
52 # CHECK-NEXT: Section: Absolute
61 # CHECK-NEXT: Section: Absolute
70 # CHECK-NEXT: Section: Absolute
79 # CHECK-NEXT: Section: Absolute (0xFFF1)
H A Dabsolute.s18 # CHECK-NEXT: Section: Absolute
27 # CHECK-RHS-NEXT: Section: Absolute
H A Ddynamic-sym.s16 # CHECK-NEXT: Section: Absolute
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp699 bool Absolute; in deriveSubInst() local
707 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
708 if (Absolute) { in deriveSubInst()
763 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
764 assert(Absolute);(void)Absolute; in deriveSubInst()
886 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
887 assert(Absolute);(void)Absolute; in deriveSubInst()
918 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
919 assert(Absolute);(void)Absolute; in deriveSubInst()
985 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
[all …]
H A DHexagonBaseInfo.h32 Absolute = 1, // Absolute addressing mode enumerator
/llvm-project-15.0.7/clang/include/clang/Basic/
H A Darm_fp16.td102 // Absolute Compare Mask Greater Than Or Equal
106 // Absolute Compare Mask Greater Than
110 // Scalar Absolute Value
113 // Scalar Absolute Difference
/llvm-project-15.0.7/lld/test/ELF/lto/
H A Dlinker-script-symbols-assign.ll19 ; VAL-NEXT: Section: Absolute
32 ; ABS-NEXT: Section: Absolute
H A Dparallel-internalize.ll27 ; CHECK-NEXT: Section: Absolute
36 ; CHECK-NEXT: Section: Absolute
H A Drelocatable.ll23 ; CHECK-NEXT: Section: Absolute
/llvm-project-15.0.7/clang/docs/
H A DClangOffloadPackager.rst41 | uint64_t | entry offset | Absolute offset of the offload entries in bytes |
65 | uint64_t | string offset | Absolute offset of the string metadata table |
69 | uint64_t | image offset | Absolute offset of the device image in bytes |
127 | uint64_t | key offset | Absolute byte offset of the key in th string table |
129 | uint64_t | value offset | Absolute byte offset of the value in the string table |
/llvm-project-15.0.7/llvm/test/MC/Hexagon/PacketRules/
H A Dnewvalue_producers.s5 # CHECK: 3:3: note: Absolute-set registers cannot be a new-value producer
45 # CHECK: 43:3: note: Absolute-set registers cannot be a new-value producer
/llvm-project-15.0.7/lld/test/ELF/
H A Driscv-undefined-weak.s16 ## Absolute relocations are resolved to 0.
75 ## Absolute relocations are resolved to 0.
H A Drelocation-undefined-weak.s5 ## the target symbols as treated as VA 0. Absolute relocations are always
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfile-directive.ll11 ; STT-FILE-NEXT: Section: Absolute
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1461 if (Absolute) { in processInstruction()
1497 if (Absolute) { in processInstruction()
1687 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local
1688 if (!Absolute) in processInstruction()
1710 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1711 if (!Absolute) in processInstruction()
1740 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1741 if (!Absolute) in processInstruction()
1864 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1865 if (!Absolute) in processInstruction()
[all …]
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dabs-symbol.test34 #CHECK-NEXT: Section: Absolute (0xFFF1)
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DCompileCommands.cpp167 auto Absolute = llvm::sys::findProgramByName(Driver); in resolveDriver() local
168 if (Absolute && llvm::sys::path::is_absolute(*Absolute)) in resolveDriver()
169 Driver = Storage = std::move(*Absolute); in resolveDriver()
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dsymbolize-paths.s8 # Absolute include-dirs should not have comp-dir prepended
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td15 def Absolute : AddrModeType<1>; // Absolute addressing mode
16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/ARM/
H A Dattribute-0.s72 @CHECK-OBJ-NEXT: Description: Absolute
79 @CHECK-OBJ-NEXT: Description: Absolute
/llvm-project-15.0.7/llvm/test/tools/llvm-nm/XCOFF/
H A Dbasic.test109 ## Absolute symbol.
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dfp-cmp-05.ll58 ; Absolute floating-point value.
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute.s85 @ CHECK-OBJ-NEXT: Description: Absolute
91 @ CHECK-OBJ-NEXT: Description: Absolute
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc64-calls.ll54 ; Absolute values must use the regular indirect call sequence
/llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/
H A Dtblgen.bzl82 Absolute paths are interpreted as relative to the current label's workspace
131 " the current label's package. Absolute paths are" +
219 " the current label's package. Absolute paths are" +

1234