Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h414 void PathWasModified() { m_absolute = Absolute::Calculate; } in PathWasModified()
416 enum class Absolute : uint8_t { enum
429 mutable Absolute m_absolute = Absolute::Calculate;
/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/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
H A Darm_neon.td367 // E.3.5 Absolute Difference
797 // Absolute Difference
1502 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal
1507 // Scalar Floating-point Absolute Compare Mask Greater Than
1512 // Scalar Absolute Value
1516 // Scalar Absolute Difference
1520 // Scalar Signed Saturating Absolute Value
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp513 if (m_absolute != Absolute::Calculate) in IsAbsolute()
514 return m_absolute == Absolute::Yes; in IsAbsolute()
516 m_absolute = Absolute::No; in IsAbsolute()
524 m_absolute = Absolute::Yes; in IsAbsolute()
527 return m_absolute == Absolute::Yes; in IsAbsolute()
/freebsd-14.2/sys/teken/
H A Dsequences84 HPA Horizontal Position Absolute ^[ [ G n
85 HPA Horizontal Position Absolute ^[ [ ` n
101 VPA Vertical Position Absolute ^[ [ d n
/freebsd-14.2/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in403 -C Absolute path to CA Cert (see SSL/TLS Considerations)
409 -f Absolute path ntp.conf file (default /etc/ntp.conf)
414 -L Absolute path to leapfile on the local system
H A Dinvoke-update-leap.texi79 -C Absolute path to CA Cert (see SSL/TLS Considerations)
85 -f Absolute path ntp.conf file (default /etc/ntp.conf)
90 -L Absolute path to leapfile on the local system
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1468 if (Absolute) { in processInstruction()
1504 if (Absolute) { in processInstruction()
1694 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local
1695 if (!Absolute) in processInstruction()
1717 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1718 if (!Absolute) in processInstruction()
1747 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1748 if (!Absolute) in processInstruction()
1871 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1872 if (!Absolute) in processInstruction()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp350 bool Absolute = true; in optimizeMOV() local
355 Absolute = false; in optimizeMOV()
357 if (Absolute && (MI.getOperand(AddrBase + X86::AddrBaseReg).getReg() != 0 || in optimizeMOV()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h37 Absolute = 1U << 3, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td15 def Absolute : AddrModeType<1>; // Absolute addressing mode
16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
H A DHexagon.td281 let KeyCol = ["Absolute"];
291 let ValueCols = [["Absolute"]];
H A DHexagonConstExtenders.cpp880 case HexagonII::Absolute: in getRegOffOpcode()
1161 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1868 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h84 Absolute = 1U << 3, enumerator
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt32 - dlg,abs-max-microvolt: Absolute actuator maximum voltage rating.
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc7 # Absolute path to the debug output file.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp342 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local
343 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
345 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory()
349 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory()
351 WD = WorkingDirectory{Absolute, Resolved}; in setCurrentWorkingDirectory()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td539 // Vector Absolute Compare.
543 // Vector Absolute Differences.
621 // Vector Absolute Value and Saturating Absolute Value.
H A DIntrinsicsAArch64.td318 // Vector Compare Absolute Greater-than-or-equal
321 // Vector Compare Absolute Greater-than
324 // Vector Absolute Difference
329 // Scalar Absolute Difference
445 // Vector Absolute Value
448 // Vector Saturating Absolute Value
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td94 // Absolute value (Load Positive).
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td181 // Absolute address
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate

123