Home
last modified time | relevance | path

Searched defs:FirstShift (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp309 Value *FirstShift = nullptr, *SecShift = nullptr; in lowerFunnelShifts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4878 unsigned FirstShift = Mips::NOP; in expandRotation() local
4940 unsigned FirstShift = Mips::NOP; in expandRotationImm() local
5003 unsigned FirstShift = Mips::NOP; in expandDRotation() local
5065 unsigned FirstShift = Mips::NOP; in expandDRotationImm() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h880 static constexpr storage_type FirstShift = 0, FirstWidth = 0; variable