Searched refs:isPreISelOpcode (Results 1 – 13 of 13) sorted by relevance
255 bool isPreISelOpcode() const { return Flags & (1ULL << MCID::PreISelOpcode); } in isPreISelOpcode() function
241 bool isPreISelOpcode : 1; variable
436 isPreISelOpcode = R->getValueAsBit("isPreISelOpcode"); in CodeGenInstruction()
698 if (isTargetSpecificOpcode(MI.getOpcode()) && !MI.isPreISelOpcode()) in assignRegisterBanks()
910 bool isPreISelOpcode(QueryType Type = IgnoreBundle) const {
1208 if (Inst.isPreISelOpcode) in emitRecord()
518 if (!MI.isPreISelOpcode() || Opc == TargetOpcode::G_PHI) { in select()
19 let isPreISelOpcode = true;
624 bit isPreISelOpcode = false;
967 if (I->isPreISelOpcode()) in analyzeBranch()
4593 if (MI.isPreISelOpcode() || in shouldReadExec()9624 if (MI.isPreISelOpcode()) in getInstructionUniformity()
3503 if (!I.isPreISelOpcode()) { in select()
2457 if (!I.isPreISelOpcode() || Opcode == TargetOpcode::G_PHI) { in select()