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

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 579 unsigned OpSize = DL->getTypeSizeInBits(Op0->getType());
588 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) -
589 Offs2.zextOrTrunc(OpSize));
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 299 // OpSize - Set if this instruction requires an operand size prefix (0x66),
302 OpSize = 1 << 6,
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
MipsLIR.h 192 typedef enum OpSize {
201 } OpSize;
  /dalvik/vm/compiler/codegen/arm/
ArmLIR.h 160 typedef enum OpSize {
169 } OpSize;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 718 milliseconds