Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MIPeepholeOpt.cpp151 static bool splitBitmaskImm(T Imm, unsigned RegSize, T &Imm1Enc, T &Imm2Enc) { in splitBitmaskImm()
204 T &Imm1) -> std::optional<OpcodePair> { in visitAND()
330 static bool splitAddSubImm(T Imm, unsigned RegSize, T &Imm0, T &Imm1) { in splitAddSubImm()
375 T &Imm1) -> std::optional<OpcodePair> { in visitADDSUB()
412 T &Imm1) -> std::optional<OpcodePair> { in visitADDSSUBS()
488 unsigned RegSize = sizeof(T) * 8; in splitTwoPartImm() local
H A DAArch64FastISel.cpp1670 unsigned RegSize; in emitLogicalOp_ri() local
4102 unsigned RegSize = Is64Bit ? 64 : 32; in emitLSL_ri() local
4205 unsigned RegSize = Is64Bit ? 64 : 32; in emitLSR_ri() local
4321 unsigned RegSize = Is64Bit ? 64 : 32; in emitASR_ri() local
H A DAArch64FrameLowering.cpp3322 auto RegSize = TRI->getRegSizeInBits(Reg, MRI) / 8; in determineCalleeSaves() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp127 unsigned RegSize = TRI.getSpillSize(*TRI.getMinimalPhysRegClass(*R)); in estimateStackSize() local
H A DMipsSEFrameLowering.cpp198 unsigned RegSize) { in expandLoadACC()
223 unsigned RegSize) { in expandStoreACC()
H A DMipsCallLowering.cpp413 unsigned RegSize = 4; in lowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp179 unsigned RegSize = TRI->getRegSizeInBits(*MRI.getRegClass(R)); in INITIALIZE_PASS_DEPENDENCY() local
H A DX86InstrInfo.cpp7559 unsigned RegSize = TRI.getRegSizeInBits(*RC); in isNonFoldablePartialRegisterLoad() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp138 unsigned RegSize = TRI.getRegSizeInBits(*RC); in addMachineReg() local
291 unsigned RegSize = 0; in addMachineRegExpression() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h185 unsigned RegSize; member
H A DRegisterInfoEmitter.cpp1065 uint32_t RegSize = 0; in runMCDesc() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.h240 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, in validateGlobalRegisterVariable()
794 bool validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, 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/Targets/
H A DAArch64.cpp565 int RegSize = IsIndirect ? 8 : TySize.getQuantity(); in EmitAAPCSVAArg() local
H A DPPC.cpp454 CharUnits RegSize = CharUnits::fromQuantity((isInt || IsSoftFloatABI) ? 4 : 8); in EmitVAArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp1034 unsigned RegSize = 8; in assignCalleeSavedSpillSlots() local
1496 const unsigned RegSize = MF.getDataLayout().getPointerSize(); in determineFrameLayout() local
H A DSystemZInstrInfo.cpp931 unsigned RegSize = 0; member
/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.h241 unsigned RegSize, SpillSize, SpillAlignment; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp496 unsigned RegSize = RegTy.getSizeInBits(); in extractParts() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp558 int RegSize; in sizeOfSPAdjustment() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1152 unsigned RegSize, in validateGlobalRegisterVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp857 unsigned RegSize = RegVT.getSizeInBits(); in LowerFormalArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp4528 unsigned RegSize = Ty.getSizeInBits(); in emitTST() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp326 unsigned RegSize = Ty.getSizeInBits(); in isLoadStoreSizeLegal() local

12