Searched refs:LowOffset (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp248 // offset amount depends on the two integer, 'LowOffset' and 'HighOffset'.
249 // Where the 'LowOffset' refers to the first vector and the highOffset refers to
262 SmallVectorImpl<int> &Out, int LowOffset,
268 Out.push_back(I + LowOffset);
261 genShuffleBland(MVT VT, ArrayRef<int> Mask, SmallVectorImpl<int> &Out, int LowOffset, int HighOffset) argument
/openbsd-current/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp109 int LowOffset = std::min(OffsetA, OffsetB); local
111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
112 if (LowOffset + LowWidth <= HighOffset)
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp154 IO.mapRequired("LowOffset", Descriptor.LowOffset);
H A DDWARFEmitter.cpp211 if (Error Err = writeVariableSizedInteger(Entry.LowOffset, AddrSize, OS,
/openbsd-current/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp373 int32_t LowOffset = HighOffset - 4; local
378 LowOffset);
383 DAG.getConstant(LowOffset, DL, MVT::i32));
387 SDValue LowShift = DAG.getConstant((Offset - LowOffset) * 8, DL, MVT::i32);
/openbsd-current/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h67 llvm::yaml::Hex64 LowOffset; member in struct:llvm::DWARFYAML::RangeEntry
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp2028 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB;
2030 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
2031 if (LowOffset + LowWidth <= HighOffset)
/openbsd-current/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1798 int LowOffset = std::min(OffsetA, OffsetB); local
1800 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
1801 if (LowOffset + LowWidth <= HighOffset)
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp5684 int LowOffset = std::min(OffsetA, OffsetB);
5686 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
5687 if (LowOffset + LowWidth <= HighOffset)
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3265 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; local
3267 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
3268 return LowOffset + LowWidth <= HighOffset;
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1076 int LowOffset = OffsetA < OffsetB ? OffsetA : OffsetB; local
1078 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB;
1079 if (LowOffset + LowWidth <= HighOffset)

Completed in 401 milliseconds