/external/llvm/lib/Target/MSP430/ |
MSP430InstrFormats.td | 43 class SizeVal<bits<3> val> { 47 def SizeUnknown : SizeVal<0>; // Unknown / unset size 48 def SizeSpecial : SizeVal<1>; // Special instruction, e.g. pseudo 49 def Size2Bytes : SizeVal<2>; 50 def Size4Bytes : SizeVal<3>; 51 def Size6Bytes : SizeVal<4>; 54 class MSP430Inst<dag outs, dag ins, SizeVal sz, Format f, 64 SizeVal Sz = sz; 77 class IForm<bits<4> opcode, DestMode dest, bit bw, SourceMode src, SizeVal sz, 92 class IForm8<bits<4> opcode, DestMode dest, SourceMode src, SizeVal sz [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonSelectionDAGInfo.cpp | 31 uint64_t SizeVal = ConstantSize->getZExtValue(); 32 if (SizeVal < 32 || (SizeVal % 8) != 0)
|
/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...] |
/external/llvm/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 151 uint64_t SizeVal = ConstantSize->getZExtValue(); 152 if (!AlwaysInline && SizeVal > Subtarget.getMaxInlineSizeThreshold()) 156 unsigned BytesLeft = SizeVal & 3; 157 unsigned NumMemOps = SizeVal >> 2;
|
ARMISelLowering.cpp | [all...] |
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
DisplaySettingsTest.java | 254 public FontSetting(String sizeName, float sizeVal) { 256 mSizeVal = sizeVal;
|
/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | [all...] |
CodeGenFunction.cpp | [all...] |
CGDecl.cpp | [all...] |
CGBuiltin.cpp | [all...] |
CGCall.cpp | [all...] |
/external/dnsmasq/contrib/dns-loc/ |
dnsmasq2-loc-rfc1876.patch | 437 + u_int8_t sizeval, hpval, vpval, versionval; 455 + sizeval = *rcp++; 508 + sizestr = strdup(precsize_ntoa(sizeval));
|
/bionic/libc/dns/resolv/ |
res_debug.c | 1040 u_int8_t sizeval, hpval, vpval, versionval; local 1054 sizeval = *cp++; 1105 sizestr = strdup(precsize_ntoa((u_int32_t)sizeval)); [all...] |
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CStringChecker.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaType.cpp | [all...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |