Home
last modified time | relevance | path

Searched refs:isInsertSubreg (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp105 } else if (DefMI->isInsertSubreg()) { in getAccDefMI()
128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
171 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
H A DA15SDOptimizer.cpp248 if (MI->isInsertSubreg()) { in optimizeSDPattern()
331 if (MI->isInsertSubreg() && usesRegClass(MI->getOperand(2), in hasPartialWrite()
399 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
H A DARMBaseInstrInfo.cpp4061 if (ResolvedDefMI->isCopyLike() || ResolvedDefMI->isInsertSubreg() || in getOperandLatency()
4398 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getPredicationCost()
4419 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getInstrLatency()
H A DARMInstrNEON.td6254 let isInsertSubreg = 1;
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp65 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
H A DPeepholeOptimizer.cpp241 (MI.isRegSequence() || MI.isInsertSubreg() || in isCoalescableCopy()
907 assert(MI.isInsertSubreg() && "Invalid instruction"); in InsertSubregRewriter()
1920 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2063 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1197 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
1200 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
H A DTwoAddressInstructionPass.cpp416 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1763 if (mi->isInsertSubreg()) { in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp138 FLAG(isInsertSubreg) in EmitInstrDocs()
H A DCodeGenInstruction.h272 bool isInsertSubreg : 1; variable
H A DInstrInfoEmitter.cpp625 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
H A DCodeGenInstruction.cpp369 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstr.h434 if (isInsertSubreg() && OpIdx == 3)
1024 bool isInsertSubreg() const {
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td479 bit isInsertSubreg = 0; // Is this instruction a kind of insert subreg?