HomeSort by relevance Sort by last modified time
    Searched refs:RegBytes (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 72 unsigned getCMovFromCond(CondCode CC, unsigned RegBytes,
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.h 84 unsigned getCMovFromCond(CondCode CC, unsigned RegBytes,
X86SpeculativeLoadHardening.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 411 unsigned RegBytes = RegVT.getSizeInBits() / 8;
412 unsigned NumRegs = (StoredBytes + RegBytes - 1) / RegBytes;
421 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
437 Offset += RegBytes;
523 unsigned RegBytes = RegVT.getSizeInBits() / 8;
524 unsigned NumRegs = (LoadedBytes + RegBytes - 1) / RegBytes;
529 SDValue Increment = DAG.getConstant(RegBytes, TLI.getPointerTy());
545 Offset += RegBytes;
    [all...]

Completed in 1775 milliseconds