OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SizeVal
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
102
uint64_t
SizeVal
= ConstantSize->getZExtValue();
134
Count = DAG.getIntPtrConstant(
SizeVal
, dl);
140
Count = DAG.getIntPtrConstant(
SizeVal
/ UBytes, dl);
141
BytesLeft =
SizeVal
% UBytes;
149
Count = DAG.getIntPtrConstant(
SizeVal
, dl);
180
unsigned Offset =
SizeVal
- BytesLeft;
208
uint64_t
SizeVal
= ConstantSize->getZExtValue();
209
if (!AlwaysInline &&
SizeVal
> Subtarget.getMaxInlineSizeThreshold())
243
unsigned CountVal =
SizeVal
/ UBytes;
245
unsigned BytesLeft =
SizeVal
% UBytes
[
all
...]