Searched defs:LowOffset (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp109 int LowOffset = std::min(OffsetA, OffsetB); local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h79 llvm::yaml::Hex64 LowOffset; member in struct:llvm::DWARFYAML::RangeEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp627 int LowOffset = std::min(OffsetA, OffsetB); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp261 genShuffleBland(MVT VT, ArrayRef<int> Mask, SmallVectorImpl<int> &Out, int LowOffset, int HighOffset) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp995 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp377 int32_t LowOffset = HighOffset - 4; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2775 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; local

Completed in 202 milliseconds