Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td67 "high-word", "HighWord", (all_of FeatureHighWord),
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11382 SDValue HighWord; in getDataClassTest() local
11384 HighWord = DAG.getNode( in getDataClassTest()
11390 HighWord = DAG.getNode(ISD::EXTRACT_ELEMENT, Dl, MVT::i32, in getDataClassTest()
11396 HighWord = DAG.getNode( in getDataClassTest()
11402 HighWord = DAG.getBitcast(MVT::i32, Op); in getDataClassTest()
11407 DAG.getNode(ISD::AND, Dl, MVT::i32, HighWord, in getDataClassTest()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13615 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local
13617 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()