Searched refs:RegBytes (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 1868 int RegBytes = TRI->getRegSizeInBits(*RC) / 8; in canHardenRegister() local 1869 if (RegBytes > 8) in canHardenRegister() 1873 unsigned RegIdx = Log2_32(RegBytes); in canHardenRegister()
|
| H A D | X86InstrInfo.h | 41 unsigned getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand = false);
|
| H A D | X86InstrInfo.cpp | 2849 unsigned X86::getCMovOpcode(unsigned RegBytes, bool HasMemoryOperand) { in getCMovOpcode() argument 2850 switch(RegBytes) { in getCMovOpcode()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9071 unsigned RegBytes = RegVT.getSizeInBits() / 8; in expandUnalignedLoad() local 9072 unsigned NumRegs = (LoadedBytes + RegBytes - 1) / RegBytes; in expandUnalignedLoad() 9084 SDValue PtrIncrement = DAG.getConstant(RegBytes, dl, PtrVT); in expandUnalignedLoad() 9085 SDValue StackPtrIncrement = DAG.getConstant(RegBytes, dl, StackPtrVT); in expandUnalignedLoad() 9099 Offset += RegBytes; in expandUnalignedLoad() 9224 unsigned RegBytes = RegVT.getSizeInBits() / 8; in expandUnalignedStore() local 9225 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes; in expandUnalignedStore() 9238 SDValue PtrIncrement = DAG.getConstant(RegBytes, dl, PtrVT); in expandUnalignedStore() 9239 SDValue StackPtrIncrement = DAG.getConstant(RegBytes, dl, StackPtrVT); in expandUnalignedStore() 9255 Offset += RegBytes; in expandUnalignedStore()
|