Searched defs:RegBytes (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86SpeculativeLoadHardening.cpp | 1859 int RegBytes = TRI->getRegSizeInBits(*RC) / 8; canHardenRegister() local |
H A D | X86InstrInfo.cpp | 3321 getCMovOpcode(unsigned RegBytes,bool HasMemoryOperand) getCMovOpcode() argument |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 9491 unsigned RegBytes = RegVT.getSizeInBits() / 8; expandUnalignedLoad() local |