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.cpp245 if (MI->isInsertSubreg()) { in optimizeSDPattern()
328 if (MI->isInsertSubreg() && usesRegClass(MI->getOperand(2), in hasPartialWrite()
394 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
H A DARMBaseInstrInfo.cpp4378 if (ResolvedDefMI->isCopyLike() || ResolvedDefMI->isInsertSubreg() || in getOperandLatency()
4717 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getPredicationCost()
4738 if (MI.isCopyLike() || MI.isInsertSubreg() || MI.isRegSequence() || in getInstrLatency()
H A DARMInstrMVE.td1835 let isInsertSubreg = 1 in
H A DARMInstrNEON.td6542 let isInsertSubreg = 1;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DProcessImplicitDefs.cpp71 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
H A DPeepholeOptimizer.cpp244 (MI.isRegSequence() || MI.isInsertSubreg() || in isCoalescableCopy()
969 assert(MI.isInsertSubreg() && "Invalid instruction"); in InsertSubregRewriter()
1998 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
2141 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
H A DTwoAddressInstructionPass.cpp370 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1917 if (mi->isInsertSubreg()) { in run()
H A DTargetInstrInfo.cpp1706 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
1709 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp146 FLAG(isInsertSubreg) in EmitInstrDocs()
H A DInstrInfoEmitter.cpp1282 if (Inst.isInsertSubreg) in emitRecord()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h281 bool isInsertSubreg : 1; variable
H A DCodeGenInstruction.cpp464 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h660 if (isInsertSubreg() && OpIdx == 3)
1410 bool isInsertSubreg() const {
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td676 bit isInsertSubreg = false; // Is this instruction a kind of insert subreg?
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp180 if (MI.isCopyLike() || MI.isInsertSubreg()) in isDataInvariant()