Searched refs:isNotDuplicable (Results 1 – 14 of 14) sorted by relevance
307 bool isNotDuplicable() const { in isNotDuplicable() function
241 bool isNotDuplicable; variable
335 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)"; in emitRecord()
315 isNotDuplicable = R->getValueAsBit("isNotDuplicable"); in CodeGenInstruction()
299 assert(!Orig->isNotDuplicable() && in duplicate()463 if (MI->isNotDuplicable() || MI->mayStore() || in isReallyTriviallyReMaterializableGeneric()
578 if (I->isNotDuplicable()) in shouldTailDuplicate()
663 if (I->isNotDuplicable()) in ScanInstructions()
436 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
357 bit isNotDuplicable = 0; // Is it unsafe to duplicate this instruction?680 let isNotDuplicable = 1;687 let isNotDuplicable = 1;694 let isNotDuplicable = 1;
101 bit isNotDuplicable = 0;
1584 let neverHasSideEffects = 1, isNotDuplicable = 1 in1798 let isNotDuplicable = 1 in {1835 } // isNotDuplicable = 11990 let isNotDuplicable = 1, isIndirectBranch = 1 in {2007 } // isNotDuplicable = 1, isIndirectBranch = 1
310 let isNotDuplicable = 1, isCodeGenOnly = 1 in
3260 let isNotDuplicable = 1, isIndirectBranch = 1 in {3298 } // isNotDuplicable, isIndirectBranch
35 let neverHasSideEffects = 1, isNotDuplicable = 1, Uses = [ESP] in