HomeSort by: relevance | last modified time | path
    Searched defs:Wide (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 234 unsigned Wide = CommonFXSema.getWidth() * 2;
236 ThisVal = ThisVal.sextOrSelf(Wide);
237 OtherVal = OtherVal.sextOrSelf(Wide);
239 ThisVal = ThisVal.zextOrSelf(Wide);
240 OtherVal = OtherVal.zextOrSelf(Wide);
263 .extOrTrunc(Wide);
265 .extOrTrunc(Wide);
291 unsigned Wide = CommonFXSema.getWidth() * 2;
293 ThisVal = ThisVal.sextOrSelf(Wide);
294 OtherVal = OtherVal.sextOrSelf(Wide);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
llvm-objdump.cpp 218 static bool Wide;
2461 Wide = InputArgs.hasArg(OBJDUMP_wide);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 1578 Wide,
1741 /// or L"bar" (wide strings). The actual string data can be obtained with
1779 enum StringKind { Ascii, Wide, UTF8, UTF16, UTF32 };
1877 bool isWide() const { return getKind() == Wide; }
1963 LFunction, // Same as Function, but as wide string.
1966 LFuncSig, // Same as FuncSig, but as as wide string
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 8347 SDValue Wide = widenVec(DAG, Src, dl);
8348 EVT WideVT = Wide.getValueType();
8367 SDValue Arrange = DAG.getVectorShuffle(WideVT, dl, Wide, ShuffleSrc2, ShuffV);
9153 // We have XXSPLTIW for constant splats four bytes wide.
9166 // We have XXSPLTIB for constant splats one byte wide.
9218 // Check to see if this is a wide variety of vsplti*, binop self cases.

Completed in 49 milliseconds