Searched defs:OpSize (Results 1 - 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 580 unsigned OpSize = DL->getTypeSizeInBits(Op0->getType()); local 589 return ConstantInt::get(Op0->getType(), Offs1.zextOrTrunc(OpSize) - 590 Offs2.zextOrTrunc(OpSize));
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 300 // OpSize - Set if this instruction requires an operand size prefix (0x66), 303 OpSize = 1 << 6, enumerator in enum:llvm::X86II::__anon21539
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1266 uint32_t OpSize = Flags.isByVal() ? Flags.getByValSize() : local 1268 OpSize = (OpSize + 7) / 8; 1270 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 10297 int64_t OpSize; local 10302 bool IsOpLoad = FindAliasInfo(Chain.getNode(), OpPtr, OpSize, 10311 OpPtr, OpSize, OpSrcValue, OpSrcValueOffset,
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 3038 uint32_t OpSize = (Arg.getValueType().getSizeInBits()+7)/8; local 3039 int FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 2704 uint32_t OpSize = (VA.getLocVT().getSizeInBits()+7)/8; local 2705 FI = MF.getFrameInfo()->CreateFixedObject(OpSize, Offset, true);
|
Completed in 895 milliseconds