Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp104 } else if (DefMI->isInsertSubreg()) { in getAccDefMI()
126 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
168 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
H A DA15SDOptimizer.cpp246 if (MI->isInsertSubreg()) { in optimizeSDPattern()
329 if (MI->isInsertSubreg() && usesRegClass(MI->getOperand(2), in hasPartialWrite()
396 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
H A DARMBaseInstrInfo.cpp4337 if (ResolvedDefMI->isCopyLike() || ResolvedDefMI->isInsertSubreg() || in getOperandLatency()
4676 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getPredicationCost()
4697 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getInstrLatency()
H A DARMInstrMVE.td1832 let isInsertSubreg = 1 in
H A DARMInstrNEON.td6550 let isInsertSubreg = 1;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp65 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
H A DPeepholeOptimizer.cpp244 (MI.isRegSequence() || MI.isInsertSubreg() || in isCoalescableCopy()
927 assert(MI.isInsertSubreg() && "Invalid instruction"); in InsertSubregRewriter()
1939 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2082 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
H A DTargetInstrInfo.cpp1338 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
1341 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
H A DTwoAddressInstructionPass.cpp275 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1620 if (mi->isInsertSubreg()) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp137 FLAG(isInsertSubreg) in EmitInstrDocs()
H A DCodeGenInstruction.h275 bool isInsertSubreg : 1; variable
H A DCodeGenInstruction.cpp398 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
H A DInstrInfoEmitter.cpp982 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h593 if (isInsertSubreg() && OpIdx == 3)
1275 bool isInsertSubreg() const {
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td563 bit isInsertSubreg = false; // Is this instruction a kind of insert subreg?