Searched refs:Hi_32 (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVMatInt.cpp | 165 unsigned UpperTrailingOnes = countTrailingOnes(Hi_32(Val)); in extractRotateInfo() 277 uint32_t Hi = Hi_32(Val); in generateInstSeq()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/VE/ |
| D | VEFrameLowering.cpp | 263 .addImm(Hi_32(NumBytes)); in emitSPAdjustment()
|
| D | VERegisterInfo.cpp | 218 .addImm(Hi_32(Offset)); in prepareReplaceFI()
|
| D | VEInstrInfo.td | 60 return CurDAG->getTargetConstant(Hi_32(N->getZExtValue()), 77 return CurDAG->getTargetConstant(Hi_32(getFpImmVal(N)), SDLoc(N), MVT::i32);
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | APInt.cpp | 1381 borrow = Hi_32(p) - Hi_32(subres); in KnuthDiv() 1488 U[i * 2 + 1] = Hi_32(tmp); in divide() 1497 V[i * 2 + 1] = Hi_32(tmp); in divide()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | MathExtras.h | 196 constexpr inline uint32_t Hi_32(uint64_t Value) { in Hi_32() function
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | XCOFFObjectWriter.cpp | 789 W.write<uint32_t>(Hi_32(SectionOrLength)); in writeSymbolAuxCsectEntry()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonGenInsert.cpp | 671 return isInt<8>(Lo_32(V)) && isInt<8>(Hi_32(V)); in isSmallConstant()
|
| D | HexagonBitSimplify.cpp | 1458 unsigned Lo = Lo_32(C), Hi = Hi_32(C); in genTfrConst()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 3385 if ((Hi_32(ImmOp64) & 0x7ff00000) == 0) { in convertIntToDoubleImm() 3489 if (loadImmediate(Hi_32(ImmOp64), FirstReg, Mips::NoRegister, true, false, in expandLoadDoubleImmToGPR() 3556 !((Hi_32(ImmOp64) & 0xffff0000) && (Hi_32(ImmOp64) & 0x0000ffff))) { in expandLoadDoubleImmToFPR() 3567 loadImmediate(Hi_32(ImmOp64), TmpReg, Mips::NoRegister, true, false, in expandLoadDoubleImmToFPR()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
| D | HexagonAsmParser.cpp | 1573 int s8 = Hi_32(Value); in processInstruction()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 929 unsigned HiTZ = countTrailingZeros<uint32_t>(Hi_32(Imm)); in findContiguousZerosAtLeast() 943 unsigned Hi32 = Hi_32(Imm); in selectI64ImmDirect() 1172 unsigned Hi32 = Hi_32(Imm); in selectI64ImmDirectPrefix()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/Windows/ |
| D | Path.inc | 856 Hi_32(Size), Lo_32(Size), 0);
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUInstructionSelector.cpp | 4543 return buildRSRC(B, MRI, 0, Hi_32(DefaultFormat), BasePtr); in buildAddr64RSrc() 4552 return buildRSRC(B, MRI, -1, Hi_32(DefaultFormat), BasePtr); in buildOffsetSrc()
|
| D | AMDGPUISelDAGToDAG.cpp | 1585 getMaterializedScalarImm32(Hi_32(RemainderOffset), DL); in SelectFlatOffsetImpl()
|
| D | AMDGPUISelLowering.cpp | 4122 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine() 4132 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine()
|
| D | SIISelLowering.cpp | 9551 uint32_t ValHi = Hi_32(Val); in splitBinaryBitConstantOp()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGBuiltin.cpp | 12998 uint32_t Features2 = Hi_32(FeaturesMask); in EmitX86CpuSupports()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 10094 SDValue ImmH = DAG.getConstant(Hi_32(Immediate), dl, MVT::i32); in LowerBUILD_VECTORvXi1()
|