Home
last modified time | relevance | path

Searched defs:RegSize (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp159 static bool splitBitmaskImm(T Imm, unsigned RegSize, T &Imm1Enc, T &Imm2Enc) { in splitBitmaskImm()
212 T &Imm1) -> std::optional<OpcodePair> { in visitAND()
361 static bool splitAddSubImm(T Imm, unsigned RegSize, T &Imm0, T &Imm1) { in splitAddSubImm()
406 T &Imm1) -> std::optional<OpcodePair> { in visitADDSUB()
443 T &Imm1) -> std::optional<OpcodePair> { in visitADDSSUBS()
519 unsigned RegSize = sizeof(T) * 8; in splitTwoPartImm() local
H A DAArch64FastISel.cpp1668 unsigned RegSize; in emitLogicalOp_ri() local
4117 unsigned RegSize = Is64Bit ? 64 : 32; in emitLSL_ri() local
4221 unsigned RegSize = Is64Bit ? 64 : 32; in emitLSR_ri() local
4338 unsigned RegSize = Is64Bit ? 64 : 32; in emitASR_ri() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp121 unsigned RegSize = TRI.getSpillSize(*TRI.getMinimalPhysRegClass(*R)); in estimateStackSize() local
H A DMipsSEFrameLowering.cpp196 unsigned RegSize) { in expandLoadACC()
221 unsigned RegSize) { in expandStoreACC()
H A DMipsCallLowering.cpp411 unsigned RegSize = 4; in lowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp145 unsigned RegSize = TRI.getRegSizeInBits(*RC); in addMachineReg() local
298 unsigned RegSize = 0; in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp243 unsigned RegSize = TRI->getRegSizeInBits(*MRI.getRegClass(R)); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DInfoByHwMode.h183 unsigned RegSize; member
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DRISCV.cpp625 StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const { in validateGlobalRegisterVariable()
H A DX86.h253 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
818 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
H A DAArch64.cpp234 StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const { in validateGlobalRegisterVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.cpp429 auto RegSize = TRI->getRegSizeInBits(Reg, MRI) / 8; in determineCalleeSaves() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp505 CharUnits RegSize = in accumulateBitFields() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp514 CharUnits RegSize = CharUnits::fromQuantity((isInt || IsSoftFloatABI) ? 4 : 8); in EmitVAArg() local
H A DAArch64.cpp916 int RegSize = IsIndirect ? 8 : TySize.getQuantity(); in EmitAAPCSVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h213 static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize, in processLogicalImmediate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h242 unsigned RegSize, SpillSize, SpillAlignment; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1087 uint32_t RegSize = 0; in runMCDesc() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1068 unsigned RegSize = getPointerSize(); in assignCalleeSavedSpillSlots() local
H A DSystemZInstrInfo.cpp1071 unsigned RegSize = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h666 unsigned RegSize = IsRV64 ? 8 : 4; in getStackAdjBase() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp519 unsigned RegSize = 4; in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp697 int RegSize; in sizeOfSPAdjustment() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1214 unsigned RegSize, in validateGlobalRegisterVariable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp516 unsigned RegSize = RegTy.getSizeInBits(); in extractParts() local

12