HomeSort by relevance Sort by last modified time
    Searched refs:Res (Results 201 - 225 of 274) sorted by null

1 2 3 4 5 6 7 891011

  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 49 Res::fbPath, O_RDWR)){
overlayMdp.h 395 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 400 if(!utils::openDev(mFd, fbnum, Res::fbPath, O_RDWR)){
overlayMdssRot.cpp 68 if(!utils::openDev(mFd, 0, Res::fbPath, O_RDWR)) {
overlayMdp.cpp 38 Res::fbPath, O_RDWR)){
  /external/llvm/include/llvm/ADT/
APInt.h 475 APInt Res(numBits, 0);
476 Res.setBit(BitNo);
477 return Res;
    [all...]
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 401 uint64_t Res;
402 if (!Layout.getSymbolOffset(&Data, Res))
405 return Res;
    [all...]
ELFObjectWriter.cpp 494 uint64_t Res;
495 if (!Layout.getSymbolOffset(&Data, Res))
499 Res |= 1;
501 return Res;
616 int64_t Res;
617 if (!ESize->EvaluateAsAbsolute(Res, Layout))
619 Size = Res;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 262 InstrToInstrs::const_iterator Res = sets[reg].find(&MI);
263 if (Res != sets[reg].end())
264 return &(Res->second);
    [all...]
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 886 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
887 if (Res) {
888 Res->setName(TypeName);
891 Res = StructType::create(Context, TypeName);
903 Res->setBody(EltTys, Record[0]);
904 ResultTy = Res;
915 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
916 if (Res) {
917 Res->setName(TypeName);
920 Res = StructType::create(Context, TypeName)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 143 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) {
144 return CombineTo(N, &Res, 1, AddTo);
426 CombineTo(SDNode *N, SDValue Res, bool AddTo) {
427 return ((DAGCombiner*)DC)->CombineTo(N, Res, AddTo);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 670 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
671 if (Res) {
672 Res->setName(TypeName);
675 Res = StructType::create(Context, TypeName);
687 Res->setBody(EltTys, Record[0]);
688 ResultTy = Res;
699 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]);
700 if (Res) {
701 Res->setName(TypeName);
704 Res = StructType::create(Context, TypeName)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp 318 Constant *Res = CE->getOperand(0);
320 Res = ConstantExpr::getLShr(Res,
321 ConstantInt::get(Res->getType(), ByteStart*8));
322 return ConstantExpr::getTrunc(Res, IntegerType::get(C->getContext(),
556 SmallVector<Constant*, 16> res; local
563 res.push_back(ConstantExpr::getCast(opc, C, DstEltTy));
565 return ConstantVector::get(res);
688 if (Constant *Res = ExtractConstantBytes(V, 0, DestBitWidth / 8))
689 return Res;
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 791 SmallVector<EVT, 4> Res;
793 Res.push_back(Intr->getValueType(i));
804 Res.size() > 1 ? ISD::INTRINSIC_W_CHAIN : ISD::INTRINSIC_VOID, DL,
805 DAG.getVTList(Res), Ops).getNode();
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 144 static bool CreateFromArgs(AssemblerInvocation &Res, const char **ArgBegin,
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 39 if (Instruction *Res = FoldShiftByConstant(Op0, CUI, I))
40 return Res;
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 209 Matcher *Res = Children[i];
211 return Res;
    [all...]

Completed in 909 milliseconds

1 2 3 4 5 6 7 891011