Home
last modified time | relevance | path

Searched refs:DefSize (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.cpp24 TypeSize DefSize = TargetTransformInfoImplBase::getRegisterBitWidth(K); in getRegisterBitWidth() local
30 return DefSize; in getRegisterBitWidth()
37 return DefSize; in getRegisterBitWidth()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBuiltinFunctionChecker.cpp92 if (auto DefSize = Size.getAs<DefinedOrUnknownSVal>()) { in evalCall() local
95 state = setDynamicExtent(state, R.getRegion(), *DefSize, SVB); in evalCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizationArtifactCombiner.h819 unsigned DefSize = MRI.getType(DefReg).getSizeInBits(); in findValueFromDefImpl() local
823 DefStartBit += DefSize; in findValueFromDefImpl()
833 if (StartBit == 0 && Size == DefSize) in findValueFromDefImpl()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2620 const unsigned DefSize = DefTy.getSizeInBits(); in select() local
2643 if (DefSize != 128 && I.getOperand(1).getFPImm()->isExactlyValue(0.0)) in select()
2665 switch (DefSize) { in select()
2675 EVT::getFloatingPointVT(DefSize), OptForSize)) in select()
2693 assert((DefSize == 32 || DefSize == 64) && "Unexpected const def size"); in select()
2696 DefSize == 32 ? &AArch64::GPR32RegClass : &AArch64::GPR64RegClass); in select()
2720 DefSize == 64 ? AArch64::MOVi64imm : AArch64::MOVi32imm; in select()
3623 Register DefSize = MRI.createVirtualRegister(&AArch64::GPR64RegClass); in selectMOPS() local
3625 MIB.buildInstr(Mopcode, {DefDstPtr, DefSize}, in selectMOPS()
3629 MIB.buildInstr(Mopcode, {DefDstPtr, DefSrcPtr, DefSize}, in selectMOPS()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp1388 unsigned DefSize = MRI.getType(I.getOperand(0).getReg()).getSizeInBits(); in selectUnmergeValues() local
1395 .addImm(Idx * DefSize); in selectUnmergeValues()