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

  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 341 if (!Def || !Def->isCopy())
384 if (MI.isCopy()) {
495 bool &IsCopy,
506 IsCopy = true;
737 bool IsCopy = false;
740 while (MachineInstr *UseMI = findOnlyInterestingUse(Reg, MBB, MRI, TII,IsCopy,
742 if (IsCopy && !Processed.insert(UseMI).second)
848 if (!KillMI || MI == KillMI || KillMI->isCopy() || KillMI->isCopyLike())
893 while (End->isCopy() && Defs.count(End->getOperand(1).getReg())) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp 914 bool Skip = MI->isCopy() || MI->isRegSequence();
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 647 bool isCopy() const { return IsCopy; }
658 unsigned IsCopy : 1;
672 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
684 if (IsCopy) {
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 131 milliseconds