HomeSort by: relevance | last modified time | path
    Searched refs:Replaced (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPropagateAttributes.cpp 229 SmallSet<Function *, 32> Replaced;
289 Replaced.insert(&F);
301 for (Function *F : Replaced) {
SIPeepholeSDWA.cpp 84 MachineOperand *Replaced; // Operand that would be replace by Target
88 : Target(TargetOp), Replaced(ReplacedOp) {
90 assert(Replaced->isReg());
99 MachineOperand *getReplacedOperand() const { return Replaced; }
423 // Check that ParentMI is the only instruction that uses replaced register
AMDGPUMachineCFGStructurizer.cpp 1441 bool Replaced = false;
1460 Replaced = true;
1487 return Replaced;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 277 // In memw(Rs+##V), the ##V could be replaced by a register Rt to
1045 // for L2_loadrub with offset 0. That means that Rb could be replaced with
1049 // Instructions that are constant-extended may be replaced with something
1094 // The instruction uses the extender directly. It will be replaced with
1095 // another instruction, say MJ, where the extender will be replaced with a
1280 // A2_tfrsi is a special case: it will be replaced with A2_addi, which
1427 // can be replaced with forms (such as rr) that do not have such a field.
1661 // modes. Addressing modes allowing extenders can be replaced with
1727 // A2_tfrsi is a special case: it's replaced with A2_addi, which introduces
1772 // If addi/subri are replaced with the exactly matching initializer
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1249 /// parameters will be replaced with their bounds or id/Class, as appropriate
4843 /// been replaced with these. They are used solely to record that a
4850 const TemplateTypeParmType *Replaced;
4854 Replaced(Param) {}
4859 return Replaced;
4876 const TemplateTypeParmType *Replaced,
4878 ID.AddPointer(Replaced);
4897 /// arguments), this type will be replaced with the \c SubstTemplateTypeParmType
4903 const TemplateTypeParmType *Replaced;
4914 IdentifierInfo *getIdentifier() const { return Replaced->getIdentifier();
    [all...]
ASTContext.h 1140 /// replaced.
1225 /// replaced with the default address space.
1365 /// Returns a vla type where known sizes are replaced with [*].
1488 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced,
1491 const TemplateTypeParmType *Replaced,
  /src/external/bsd/openldap/dist/tests/scripts/
test063-delta-multiprovider 529 sn: Replaced later
test069-delta-multiprovider-starttls 498 sn: Replaced later
test070-delta-multiprovider-ldaps 495 sn: Replaced later
test078-persistent-sessionlog 536 sn: Replaced later
  /src/external/gpl3/gdb/dist/gdb/
ChangeLog-3.x 678 * m68k-pinsn.c: Replaced many calls to fprintf and fputs with
1412 * blockframe.c (find_pc_partial_function): Replaced a "shouldn't
1833 * m68k-opcode.h: Replaced the version in gdb with an up-to-date
1862 * source.c (directory_command): Replaced function with new one
1865 * inflow.c (new_tty): Replaced calls to dup2 with calls to dup.
2216 Created (or replaced with new files).
2815 help_command_list): Replaced calls to printf, fprintf, and putc
4815 * C++: symtab.c: replaced lookup_symtab_1 and lookup_symtab_2 with
  /src/external/gpl3/gdb.old/dist/gdb/
ChangeLog-3.x 678 * m68k-pinsn.c: Replaced many calls to fprintf and fputs with
1412 * blockframe.c (find_pc_partial_function): Replaced a "shouldn't
1833 * m68k-opcode.h: Replaced the version in gdb with an up-to-date
1862 * source.c (directory_command): Replaced function with new one
1865 * inflow.c (new_tty): Replaced calls to dup2 with calls to dup.
2216 Created (or replaced with new files).
2815 help_command_list): Replaced calls to printf, fprintf, and putc
4815 * C++: symtab.c: replaced lookup_symtab_1 and lookup_symtab_2 with
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 415 // APInt member. It should be replaced in favor of ASTContext allocation.
3588 Replaced(Param), Arguments(ArgPack.pack_begin()) {
3601 const TemplateTypeParmType *Replaced,
3603 ID.AddPointer(Replaced);
ASTImporter.cpp 1460 const TemplateTypeParmType *Replaced =
1468 Replaced, (*ToReplacementTypeOrErr).getCanonicalType());
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 272 $(REG_TITLE Format specifier, Replaced by )
1246 A string of the same type with the first match (if any) replaced.
1273 replaced by return values of `fun`. If no matches found
1364 of the matches (if any) replaced.
1393 replaced by return values of `fun`. If no matches found
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ScalarEvolution.cpp 3985 if (const SCEV *Replaced = MatchMinMaxNegation(MME))
3986 return Replaced;

Completed in 49 milliseconds