Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp91 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local
96 .addImm(HighWord); in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td62 "high-word", "HighWord", (all_of FeatureHighWord),
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11189 SDValue HighWord; in getDataClassTest() local
11191 HighWord = DAG.getNode( in getDataClassTest()
11197 HighWord = DAG.getNode(ISD::EXTRACT_ELEMENT, Dl, MVT::i32, in getDataClassTest()
11203 HighWord = DAG.getNode( in getDataClassTest()
11209 HighWord = DAG.getBitcast(MVT::i32, Op); in getDataClassTest()
11214 DAG.getNode(ISD::AND, Dl, MVT::i32, HighWord, in getDataClassTest()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13482 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local
13484 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()