HomeSort by relevance Sort by last modified time
    Searched defs:Ext (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/CodeGen/
2002-07-14-MiscTests2.c 6 char *Ext;
10 fp (12, Ext ? Ext : "<none>");
  /external/llvm/unittests/ADT/
PostOrderIteratorTest.cpp 25 ExtSetTy Ext;
26 po_iterator_storage<ExtSetTy, true> PISExt(Ext);
34 auto PIExt = po_ext_end(NullBB, Ext);
  /external/lzma/CPP/7zip/UI/FileManager/
SysIconUtils.h 10 UString Ext;
14 // int Compare(const CExtIconPair &a) const { return MyStringCompareNoCase(Ext, a.Ext); }
23 // int Compare(const CAttribIconPair &a) const { return Ext.Compare(a.Ext); }
  /external/clang/lib/Frontend/
TestModuleFileExtension.cpp 36 auto Ext = static_cast<TestModuleFileExtension *>(getExtension());
38 OS << "Hello from " << Ext->BlockName << " v" << Ext->MajorVersion << "."
39 << Ext->MinorVersion;
47 TestModuleFileExtension::Reader::Reader(ModuleFileExtension *Ext,
49 : ModuleFileExtensionReader(Ext), Stream(InStream)
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 11 const char *Ext;
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 646 RegisterCell Ext = eXTR(Pad, Of, Wd+Of);
647 // Ext is short, need to extend it with 0s or sign bit.
648 RegisterCell RC = RegisterCell(W0).insert(Ext, BT::BitMask(0, Wd-1));
    [all...]
HexagonISelLowering.cpp     [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 37 UString Ext;
41 CArcExtInfo(const UString &ext): Ext(ext) {}
42 CArcExtInfo(const UString &ext, const UString &addExt): Ext(ext), AddExt(addExt) {}
92 return Exts[0].Ext;
94 int FindExtension(const UString &ext) const;
104 s += Exts[i].Ext;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 580 Instruction *Ext = (*I)->clone();
581 Ext->setOperand(0, Current);
582 Ext->insertBefore(IP);
583 Current = Ext;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp     [all...]
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 564 AArch64_AM::ShiftExtendType Ext;
574 Ext = getExtendTypeForNode(N.getOperand(0));
575 if (Ext == AArch64_AM::InvalidShiftExtend)
580 Ext = getExtendTypeForNode(N);
581 if (Ext == AArch64_AM::InvalidShiftExtend)
592 assert(Ext != AArch64_AM::UXTX && Ext != AArch64_AM::SXTX);
594 Shift = CurDAG->getTargetConstant(getArithExtendImm(Ext, ShiftVal), SDLoc(N),
781 AArch64_AM::ShiftExtendType Ext =
783 if (Ext == AArch64_AM::InvalidShiftExtend
    [all...]
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc 403 void MipsAssembler::Ext(Register rd, Register rt, int pos, int size) {
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp 65 STATISTIC(NumExtsMoved, "Number of [s|z]ext instructions combined with loads");
66 STATISTIC(NumExtUses, "Number of uses of [s|z]ext instructions optimized");
68 "Number of and mask instructions added to form ext loads");
105 "disable-cgp-ext-ld-promotion", cl::Hidden, cl::init(false),
106 cl::desc("Disable ext(promotable(ld)) -> promoted(ext(ld)) optimization in "
110 "stress-cgp-ext-ld-promotion", cl::Hidden, cl::init(false),
111 cl::desc("Stress test ext(promotable(ld)) -> promoted(ext(ld)) "
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 352 assert(isa<ConstantSDNode>(Result) && "Didn't constant fold ext?");
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 145 case MipsISD::Ext: return "MipsISD::Ext";
689 // Pattern match EXT.
691 // => ext $dst, $src, size, pos
722 return DAG.getNode(MipsISD::Ext, DL, ValTy,
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 641 std::string Ext = std::string(Filename.begin()+DotPos+1, Filename.end());
644 return Ext == "h" || Ext == "hh" || Ext == "H";
    [all...]
RewriteObjC.cpp 572 std::string Ext = std::string(Filename.begin()+DotPos+1, Filename.end());
575 return Ext == "h" || Ext == "hh" || Ext == "H";
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 370 diag::Severity Ext = Diags.getExtensionHandlingBehavior();
371 if (Ext == diag::Severity::Warning && Diags.getWarningsAsErrors())
373 return Ext >= diag::Severity::Error;
    [all...]

Completed in 1102 milliseconds

1 2