Home
last modified time | relevance | path

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

/freebsd/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()
395 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
H A DARMBaseInstrInfo.cpp4221 if (ResolvedDefMI->isCopyLike() || ResolvedDefMI->isInsertSubreg() || in getOperandLatency()
4560 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getPredicationCost()
4581 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getInstrLatency()
H A DARMInstrMVE.td1836 let isInsertSubreg = 1 in
H A DARMInstrNEON.td6536 let isInsertSubreg = 1;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp70 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
H A DPeepholeOptimizer.cpp267 assert(MI.isInsertSubreg() && "Invalid instruction"); in InsertSubregRewriter()
503 (!DisableAdvCopyOpt && (MI.isRegSequence() || MI.isInsertSubreg() || in isCoalescableCopy()
2024 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2147 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
H A DTwoAddressInstructionPass.cpp370 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1918 if (mi->isInsertSubreg()) { in run()
H A DTargetInstrInfo.cpp2016 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
2019 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp146 FLAG(isInsertSubreg) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1197 if (Inst.isInsertSubreg) in emitRecord()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h279 bool isInsertSubreg : 1; variable
H A DCodeGenInstruction.cpp461 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h657 if (isInsertSubreg() && OpIdx == 3)
1413 bool isInsertSubreg() const {
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td681 bit isInsertSubreg = false; // Is this instruction a kind of insert subreg?
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp167 if (MI.isCopyLike() || MI.isInsertSubreg()) in isDataInvariant()