HomeSort by: relevance | last modified time | path
    Searched defs:Replaced (Results 1 - 8 of 8) 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) {
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
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
  /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...]
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/lib/AST/
ASTImporter.cpp 1460 const TemplateTypeParmType *Replaced =
1468 Replaced, (*ToReplacementTypeOrErr).getCanonicalType());
ASTImporter.cpp 1460 const TemplateTypeParmType *Replaced =
1468 Replaced, (*ToReplacementTypeOrErr).getCanonicalType());

Completed in 67 milliseconds