Home
last modified time | relevance | path

Searched refs:Hi_32 (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMatInt.cpp165 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/
DVEFrameLowering.cpp263 .addImm(Hi_32(NumBytes)); in emitSPAdjustment()
DVERegisterInfo.cpp218 .addImm(Hi_32(Offset)); in prepareReplaceFI()
DVEInstrInfo.td60 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/
DAPInt.cpp1381 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/
DMathExtras.h196 constexpr inline uint32_t Hi_32(uint64_t Value) { in Hi_32() function
/openbsd/src/gnu/llvm/llvm/lib/MC/
DXCOFFObjectWriter.cpp789 W.write<uint32_t>(Hi_32(SectionOrLength)); in writeSymbolAuxCsectEntry()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp671 return isInt<8>(Lo_32(V)) && isInt<8>(Hi_32(V)); in isSmallConstant()
DHexagonBitSimplify.cpp1458 unsigned Lo = Lo_32(C), Hi = Hi_32(C); in genTfrConst()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3385 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/
DHexagonAsmParser.cpp1573 int s8 = Hi_32(Value); in processInstruction()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp929 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/
DPath.inc856 Hi_32(Size), Lo_32(Size), 0);
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp4543 return buildRSRC(B, MRI, 0, Hi_32(DefaultFormat), BasePtr); in buildAddr64RSrc()
4552 return buildRSRC(B, MRI, -1, Hi_32(DefaultFormat), BasePtr); in buildOffsetSrc()
DAMDGPUISelDAGToDAG.cpp1585 getMaterializedScalarImm32(Hi_32(RemainderOffset), DL); in SelectFlatOffsetImpl()
DAMDGPUISelLowering.cpp4122 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine()
4132 DAG.getConstant(Hi_32(CVal), SL, MVT::i32)); in PerformDAGCombine()
DSIISelLowering.cpp9551 uint32_t ValHi = Hi_32(Val); in splitBinaryBitConstantOp()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGBuiltin.cpp12998 uint32_t Features2 = Hi_32(FeaturesMask); in EmitX86CpuSupports()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp10094 SDValue ImmH = DAG.getConstant(Hi_32(Immediate), dl, MVT::i32); in LowerBUILD_VECTORvXi1()