Home
last modified time | relevance | path

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

12

/external/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp105 } else if (DefMI->isInsertSubreg()) { in getAccDefMI()
128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
171 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
DA15SDOptimizer.cpp254 if (MI->isInsertSubreg()) { in optimizeSDPattern()
337 if (MI->isInsertSubreg() && usesRegClass(MI->getOperand(2), in hasPartialWrite()
405 if (MI->isCopyLike() || MI->isInsertSubreg() || MI->isRegSequence() || in getReadDPRs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DMLxExpansionPass.cpp105 } else if (DefMI->isInsertSubreg()) { in getAccDefMI()
128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
171 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
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()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DMLxExpansionPass.cpp102 } else if (DefMI->isInsertSubreg()) { in getAccDefMI()
125 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp65 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
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()
DTargetInstrInfo.cpp1208 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
1211 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
DTwoAddressInstructionPass.cpp416 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1755 if (mi->isInsertSubreg()) { in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DProcessImplicitDefs.cpp67 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
DPeepholeOptimizer.cpp198 (MI.isRegSequence() || MI.isInsertSubreg() || in isCoalescableCopy()
968 assert(MI.isInsertSubreg() && "Invalid instruction"); in InsertSubregRewriter()
1765 assert((Def->isInsertSubreg() || Def->isInsertSubregLike()) && in getNextSourceFromInsertSubreg()
1904 if (Def->isInsertSubreg() || Def->isInsertSubregLike()) in getNextSourceImpl()
DTargetInstrInfo.cpp1174 assert((MI.isInsertSubreg() || in getInsertSubregInputs()
1177 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
DTwoAddressInstructionPass.cpp387 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1692 if (mi->isInsertSubreg()) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DInstrDocsEmitter.cpp137 FLAG(isInsertSubreg) in EmitInstrDocs()
DCodeGenInstruction.h260 bool isInsertSubreg : 1; variable
DInstrInfoEmitter.cpp605 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
DCodeGenInstruction.cpp329 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
/external/llvm/utils/TableGen/
DCodeGenInstruction.h257 bool isInsertSubreg : 1; variable
DInstrInfoEmitter.cpp508 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h336 if (isInsertSubreg() && OpIdx == 3)
876 bool isInsertSubreg() const {
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h275 bool isInsertSubreg() const {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp382 return MI->isInsertSubreg() || MI->isSubregToReg() || MI->isRegSequence(); in AvoidsSinking()
DTwoAddressInstructionPass.cpp400 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg()
1254 if (mi->isInsertSubreg()) { in runOnMachineFunction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h271 return !MI.isInsertSubreg() && !MI.isSubregToReg() && !MI.isRegSequence(); in shouldSink()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h805 bool isInsertSubreg() const {

12