Home
last modified time | relevance | path

Searched refs:HighWord (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp91 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local
96 .addImm(HighWord); in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td57 "high-word", "HighWord", (all_of FeatureHighWord),
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15673 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local
15675 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()