Searched refs:isNotDuplicable (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h378 /// isNotDuplicable - Return true if this instruction cannot be safely
381 bool isNotDuplicable() const { function in class:llvm::MCInstrDesc
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetInstrInfoImpl.cpp221 assert(!Orig->getDesc().isNotDuplicable() &&
389 if (MCID.isNotDuplicable() || MCID.mayStore() ||
H A DTailDuplication.cpp567 if (I->getDesc().isNotDuplicable())
H A DIfConversion.cpp655 if (MCID.isNotDuplicable())
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h282 bool isNotDuplicable() const { return Flags & (1 << MCID::NotDuplicable); } function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h247 bool isNotDuplicable : 1;
H A DInstrInfoEmitter.cpp497 if (Inst.isNotDuplicable) OS << "|(1ULL<<MCID::NotDuplicable)";
H A DCodeGenInstruction.cpp322 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.h238 bool isNotDuplicable; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp289 if (Inst.isNotDuplicable) OS << "|(1<<MCID::NotDuplicable)";
H A DCodeGenInstruction.cpp314 isNotDuplicable = R->getValueAsBit("isNotDuplicable");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h521 bool isNotDuplicable(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp393 assert(!Orig.isNotDuplicable() && "Instruction cannot be duplicated");
851 if (MI.isNotDuplicable() || MI.mayStore() || MI.hasUnmodeledSideEffects())
H A DTailDuplicator.cpp546 if (MI.isNotDuplicable())
H A DIfConversion.cpp712 if (MI.isNotDuplicable() || MI.isConvergent())

Completed in 308 milliseconds