Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 24 of 24) sorted by relevance

/external/clang/tools/libclang/
DARCMigrate.cpp25 struct Remap { struct
60 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings()
87 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList()
124 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles()
132 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames()
135 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames()
139 delete static_cast<Remap *>(map); in clang_remap_dispose()
/external/llvm/lib/Analysis/
DStratifiedSets.h191 Remap = StratifiedLink::SetSentinel; in BuilderLink()
246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
251 Remap = Other; in remapTo()
256 return Remap; in getRemapIndex()
262 Remap = Other; in updateRemap()
272 StratifiedIndex Remap; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h182 Remap = StratifiedLink::SetSentinel; in BuilderLink()
237 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
242 Remap = Other; in remapTo()
247 return Remap; in getRemapIndex()
253 Remap = Other; in updateRemap()
263 StratifiedIndex Remap; member
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp95 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
147 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap) in tryMergeVector()
155 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
161 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp115 std::vector<std::pair<unsigned, unsigned>> &Remap) const;
171 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector()
179 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
185 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRBuild.java229 for (Remap remap : run.remapper.remaps) { in execute()
634 public static class Remap extends Task { class in CLDRBuild
654 List<Remap> remaps = new ArrayList<Remap>();
660 public void addConfiguredRemap(Remap remap) { in addConfiguredRemap()
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram
150 double weight = Remap(threshold, cumsum_prev, cumsum, lhs, rhs); in Percentile()
Dhistogram.h98 double Remap(double x, double x0, double x1, double y0, double y1) const;
/external/deqp-deps/glslang/gtests/
DCMakeLists.txt26 ${CMAKE_CURRENT_SOURCE_DIR}/Remap.FromFile.cpp)
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh418 struct Remap : hb_vector_t<hb_codepoint_t> struct
510 const Remap &fdmap, in serialize()
548 const Remap &fdmap, in calculate_serialized_size()
Dhb-subset-cff-common.cc53 Remap &fdmap /* OUT */) in hb_plan_subset_cff_fdselect()
Dhb-subset-cff-common.hh543 struct SubrRemap : Remap
570 return Remap::operator[] (old_num); in operator []()
981 CFF::Remap &fdmap /* OUT */);
Dhb-subset-cff1.cc37 struct RemapSID : Remap
42 return offset_sid (Remap::add (unoffset_sid (sid))); in add()
52 return offset_sid (Remap::operator [] (unoffset_sid (sid))); in operator []()
840 Remap fdmap;
Dhb-ot-cff1-table.hh576 unsigned int offSize_, const Remap &sidmap) in serialize()
604 unsigned int calculate_serialized_size (unsigned int &offSize /*OUT*/, const Remap &sidmap) const in calculate_serialized_size()
Dhb-subset-cff2.cc425 Remap fdmap;
/external/clang/include/clang/Driver/
DTypes.def90 TYPE("remap", Remap, INVALID, "remap", "")
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
552 Remap.addPrivate(DestVD, [DestElement]() -> Address { in EmitOMPCopy()
555 Remap.addPrivate( in EmitOMPCopy()
557 (void)Remap.Privatize(); in EmitOMPCopy()
563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; }); in EmitOMPCopy()
565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; }); in EmitOMPCopy()
566 (void)Remap.Privatize(); in EmitOMPCopy()
/external/blktrace/
DREADME113 A - Remap
/external/tensorflow/tensorflow/core/protobuf/
Drewriter_config.proto60 // Remap subgraphs onto more efficient implementations.
/external/clang/include/clang/Serialization/
DASTReader.h2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
2006 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
/external/u-boot/doc/
DREADME.fsl-ddr411 Remap DDR 2 GiB left unmapped
/external/clang/lib/Serialization/
DASTReader.cpp2902 RemapBuilder &Remap) { in ReadASTBlock() argument
2904 Remap.insert(std::make_pair(Offset, in ReadASTBlock()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in506 { "Remap", { {"image", ImageReference},
7585 Remap = 235
10836 case 118: /* Remap */
/external/ImageMagick/PerlMagick/
DMagick.xs7586 Remap = 235 in Mogrify()