Searched defs:RegSize (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp127 unsigned RegSize = TRI.getSpillSize(*TRI.getMinimalPhysRegClass(*R)); local
H A DMipsCallLowering.cpp505 unsigned RegSize = 4; local
H A DMipsSEFrameLowering.cpp197 expandLoadACC(MachineBasicBlock &MBB, Iter I, unsigned RegSize) argument
221 expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc, unsigned MFLoOpc, unsigned RegSize) argument
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInfoByHwMode.h149 unsigned RegSize; member in struct:llvm::RegSizeInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp137 unsigned RegSize = TRI.getRegSizeInBits(*RC); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h233 unsigned RegSize, SpillSize, SpillAlignment; member in struct:llvm::TargetRegisterInfo::RegClassInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h213 static inline bool processLogicalImmediate(uint64_t Imm, unsigned RegSize, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2411 auto RegSize = TRI->getRegSizeInBits(Reg, MRI) / 8; local
H A DAArch64FastISel.cpp1703 unsigned RegSize; local
4124 unsigned RegSize = Is64Bit ? 64 : 32; local
4231 unsigned RegSize = Is64Bit ? 64 : 32; local
4352 unsigned RegSize local
[all...]
H A DAArch64InstructionSelector.cpp3295 unsigned RegSize = MRI.getType(LHS).getSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp190 int RegSize; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp918 unsigned RegSize = 0; member in struct:__anon5364::LogicOp
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp136 unsigned RegSize = RegTy.getSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h934 validateGlobalRegisterVariable(StringRef RegName, unsigned RegSize, bool &HasSizeMismatch) const argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp807 unsigned RegSize = RegVT.getSizeInBits(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5080 unsigned RegSize = TRI.getRegSizeInBits(*RC); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp849 unsigned RegSize = RegisterVT.getScalarSizeInBits(); local

Completed in 457 milliseconds