Searched refs:HighWord (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 93 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local 98 .addImm(HighWord); in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 93 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local 98 .addImm(HighWord); in runOnMachineFunction()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSplitConst32AndConst64.cpp | 144 int32_t HighWord = (ImmValue >> 32) & 0xFFFFFFFF; in runOnMachineFunction() local 151 .addImm(HighWord); in runOnMachineFunction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZProcessors.td | 38 "high-word", "HighWord",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFeatures.td | 50 "high-word", "HighWord",
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZFeatures.td | 57 "high-word", "HighWord", (all_of FeatureHighWord),
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 9660 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputVectorShuffle() local 9662 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputVectorShuffle()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13909 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local 13911 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 14656 int HighWord = Word | 1; in lowerV8I16GeneralSingleInputShuffle() local 14658 isWordClobbered(SourceHalfMask, HighWord); in lowerV8I16GeneralSingleInputShuffle()
|