| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | LocateToolCompilationDatabase.cpp | 54 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 D | FileSpec.h | 274 /// Make the FileSpec absolute by treating it relative to \a dir. Absolute 414 void PathWasModified() { m_absolute = Absolute::Calculate; } 416 enum class Absolute : uint8_t { 429 mutable Absolute m_absolute = Absolute::Calculate; in PathWasModified() 434 enum class Absolute : uint8_t { global() enum
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 699 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 D | HexagonBaseInfo.h | 32 Absolute = 1, // Absolute addressing mode enumerator
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 102 // Absolute Compare Mask Greater Than Or Equal 106 // Absolute Compare Mask Greater Than 110 // Scalar Absolute Value 113 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 367 // 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/contrib/llvm-project/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 513 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/sys/teken/ |
| H A D | sequences | 84 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 D | update-leap.in | 403 -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 D | invoke-update-leap.texi | 79 -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 D | HexagonAsmParser.cpp | 1524 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1525 if (Absolute) { in processInstruction() 1561 if (Absolute) { in processInstruction() 1751 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local 1752 if (!Absolute) in processInstruction() 1774 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1775 if (!Absolute) in processInstruction() 1804 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1805 if (!Absolute) in processInstruction() 1928 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86EncodingOptimization.cpp | 373 bool Absolute = true; in optimizeMOV() local 378 Absolute = false; in optimizeMOV() 380 if (Absolute && (MI.getOperand(AddrBase + X86::AddrBaseReg).getReg() != 0 || in optimizeMOV()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 15 def Absolute : AddrModeType<1>; // Absolute addressing mode 16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
|
| H A D | Hexagon.td | 281 let KeyCol = ["Absolute"]; 291 let ValueCols = [["Absolute"]];
|
| H A D | HexagonConstExtenders.cpp | 880 case HexagonII::Absolute: in getRegOffOpcode() 1161 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender() 1871 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | uf2 | 91 >>28 lelong 0xe48bff57 Raspberry Pi MC: Absolute (unpartitioned) download
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 84 Absolute = 1U << 3, enumerator
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | dlg,da7280.txt | 32 - dlg,abs-max-microvolt: Absolute actuator maximum voltage rating.
|
| /freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed.rc | 7 # Absolute path to the debug output file.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 539 // Vector Absolute Compare. 543 // Vector Absolute Differences. 621 // Vector Absolute Value and Saturating Absolute Value.
|
| H A D | IntrinsicsAArch64.td | 338 // Vector Compare Absolute Greater-than-or-equal 341 // Vector Compare Absolute Greater-than 344 // Vector Absolute Difference 349 // Scalar Absolute Difference 465 // Vector Absolute Value 468 // Vector Saturating Absolute Value
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 352 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local 353 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory() 355 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory() 359 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory() 361 WD = WorkingDirectory{Absolute, Resolved}; in setCurrentWorkingDirectory()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrFormats.td | 181 // Absolute address
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 94 // Absolute value (Load Positive).
|