| /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 | 425 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 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 | 108 // Absolute Compare Mask Greater Than Or Equal 112 // Absolute Compare Mask Greater Than 116 // Scalar Absolute Value 119 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 363 // 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 D | FileSpec.cpp | 520 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 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 | 1533 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 D | X86EncodingOptimization.cpp | 374 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 D | executor_symbol_def.h | 37 Absolute = 1U << 3, enumerator
|
| /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 | 297 let KeyCol = ["Absolute"]; 307 let ValueCols = [["Absolute"]];
|
| H A D | HexagonConstExtenders.cpp | 867 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 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 | 85 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 | 536 // Vector Absolute Compare. 540 // Vector Absolute Differences. 618 // Vector Absolute Value and Saturating Absolute Value.
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 364 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 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).
|