HomeSort by relevance Sort by last modified time
    Searched refs:OldName (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceMangling.cpp 38 void incrementSubstitutions(ManglerVector &OldName) {
41 ManglerVector NewName(OldName.size() * 2);
44 const size_t OldLen = OldName.size();
46 if (OldName[OldPos] == '\0')
48 if (OldName[OldPos] == 'S') {
54 char Ch = OldName[Last];
67 NewName[NewPos++] = OldName[OldPos++]; // 'S'
71 assert(OldName[OldPos - 1] == 'S');
72 assert(OldName[OldPos + Length] == '_');
85 char Ch = OldName[OldPos + Offset]
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 93 std::string OldName = BB->getName();
106 if (!OldName.empty() && !OnlyPred->hasName())
107 OnlyPred->setName(OldName);
  /external/lzma/CPP/7zip/UI/Common/
Update.h 71 UString OldName;
Update.cpp 437 return !DoesNameContainWildcard(OldName);
462 unsigned num = CompareTwoNames(OldName, src);
463 if (OldName[num] == 0)
470 // OldName[num] != 0
471 // OldName = "1\1a.txt"
476 || !IsPathSepar(OldName[num])
477 || OldName[num + 1] != 0)
    [all...]
ArchiveCommandLine.cpp 372 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
376 pair.OldName = oldName;
384 val += pair.OldName;
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 113 // OldName will be valid until erased.
114 StringRef OldName = BB->getName();
137 if (!OldName.empty() && !OnlyPred->hasName())
138 OnlyPred->setName(OldName);
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 341 /** Rename the file named OldName to NewName.
343 @param[in] OldName The name of the existing file to be renamed.
347 @retval Non-zero The operation failed. OldName still exists and has been unmodified.
348 If OldName does not exist, or a file named NewName already exists,
351 int rename (const char *OldName, const char *NewName);
    [all...]
  /frameworks/compile/libbcc/lib/
RSKernelExpand.cpp 341 llvm::Function *createEmptyExpandedForEachKernel(llvm::StringRef OldName) {
345 OldName + ".expand", Module);
366 llvm::Function *createEmptyExpandedReduceAccumulator(llvm::StringRef OldName,
377 OldName + ".expand", Module);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 311 auto OldName = DemangledName;
313 if (OldName.find("_r") != std::string::npos)
    [all...]
SPIRVUtil.cpp     [all...]
SPIRVInternal.h 821 /// Get SPIR-V type by changing the type name from spirv.OldName.Postfixes
824 getSPIRVTypeByChangeBaseTypeName(Module *M, Type *T, StringRef OldName,
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]

Completed in 1064 milliseconds