Home
last modified time | relevance | path

Searched refs:RegBytes (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/
DX86InstrInfo.h71 unsigned getCMovFromCond(CondCode CC, unsigned RegBytes,
DX86InstrInfo.cpp3395 unsigned X86::getCMovFromCond(CondCode CC, unsigned RegBytes, in getCMovFromCond() argument
3434 switch(RegBytes) { in getCMovFromCond()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp324 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedStore() local
325 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes; in ExpandUnalignedStore()
334 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy(AS)); in ExpandUnalignedStore()
350 Offset += RegBytes; in ExpandUnalignedStore()
445 unsigned RegBytes = RegVT.getSizeInBits() / 8; in ExpandUnalignedLoad() local
446 unsigned NumRegs = (LoadedBytes + RegBytes - 1) / RegBytes; in ExpandUnalignedLoad()
451 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy()); in ExpandUnalignedLoad()
469 Offset += RegBytes; in ExpandUnalignedLoad()