Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DLocateToolCompilationDatabase.cpp54 auto Absolute = llvm::sys::findProgramByName(Driver); in addLocation() local
56 if (Absolute && llvm::sys::path::is_absolute(*Absolute)) in addLocation()
57 Driver = std::move(*Absolute); in addLocation()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h425 void PathWasModified() { m_absolute = Absolute::Calculate; } in PathWasModified()
427 enum class Absolute : uint8_t { enum
440 mutable Absolute m_absolute = Absolute::Calculate;
/freebsd/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/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td108 // Absolute Compare Mask Greater Than Or Equal
112 // Absolute Compare Mask Greater Than
116 // Scalar Absolute Value
119 // Scalar Absolute Difference
H A Darm_neon.td363 // E.3.5 Absolute Difference
854 // Absolute Difference
1532 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal
1537 // Scalar Floating-point Absolute Compare Mask Greater Than
1542 // Scalar Absolute Value
1546 // Scalar Absolute Difference
1550 // Scalar Signed Saturating Absolute Value
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp520 if (m_absolute != Absolute::Calculate) in IsAbsolute()
521 return m_absolute == Absolute::Yes; in IsAbsolute()
523 m_absolute = Absolute::No; in IsAbsolute()
531 m_absolute = Absolute::Yes; in IsAbsolute()
534 return m_absolute == Absolute::Yes; in IsAbsolute()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1533 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1534 if (Absolute) { in processInstruction()
1570 if (Absolute) { in processInstruction()
1760 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local
1761 if (!Absolute) in processInstruction()
1783 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1784 if (!Absolute) in processInstruction()
1813 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1814 if (!Absolute) in processInstruction()
1937 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp374 bool Absolute = true; in optimizeMOV() local
379 Absolute = false; in optimizeMOV()
381 if (Absolute && (MI.getOperand(AddrBase + X86::AddrBaseReg).getReg() || in optimizeMOV()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h37 Absolute = 1U << 3, enumerator
/freebsd/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.td297 let KeyCol = ["Absolute"];
307 let ValueCols = [["Absolute"]];
H A DHexagonConstExtenders.cpp867 case HexagonII::Absolute: in getRegOffOpcode()
1148 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1852 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
/freebsd/contrib/file/magic/Magdir/
H A Duf291 >>28 lelong 0xe48bff57 Raspberry Pi MC: Absolute (unpartitioned) download
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h85 Absolute = 1U << 3, enumerator
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Ddlg,da7280.txt32 - dlg,abs-max-microvolt: Absolute actuator maximum voltage rating.
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc7 # Absolute path to the debug output file.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsARM.td536 // Vector Absolute Compare.
540 // Vector Absolute Differences.
618 // Vector Absolute Value and Saturating Absolute Value.
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp364 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local
365 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
367 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory()
371 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory()
373 WD = WorkingDirectory{Absolute, Resolved}; in setCurrentWorkingDirectory()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td181 // Absolute address
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td94 // Absolute value (Load Positive).

123