/external/llvm/lib/Target/ARM/ |
D | MLxExpansionPass.cpp | 105 } else if (DefMI->isInsertSubreg()) { in getAccDefMI() 128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg() 171 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
|
D | A15SDOptimizer.cpp | 254 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/ |
D | MLxExpansionPass.cpp | 105 } else if (DefMI->isInsertSubreg()) { in getAccDefMI() 128 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg() 171 } else if (DefMI->isInsertSubreg()) { in hasLoopHazard()
|
D | A15SDOptimizer.cpp | 248 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/ |
D | MLxExpansionPass.cpp | 102 } else if (DefMI->isInsertSubreg()) { in getAccDefMI() 125 while (UseMI->isCopy() || UseMI->isInsertSubreg()) { in getDefReg()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ProcessImplicitDefs.cpp | 65 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
|
D | PeepholeOptimizer.cpp | 241 (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()
|
D | TargetInstrInfo.cpp | 1208 assert((MI.isInsertSubreg() || in getInsertSubregInputs() 1211 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
|
D | TwoAddressInstructionPass.cpp | 416 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg() 1755 if (mi->isInsertSubreg()) { in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | ProcessImplicitDefs.cpp | 67 !MI->isInsertSubreg() && in canTurnIntoImplicitDef()
|
D | PeepholeOptimizer.cpp | 198 (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()
|
D | TargetInstrInfo.cpp | 1174 assert((MI.isInsertSubreg() || in getInsertSubregInputs() 1177 if (!MI.isInsertSubreg()) in getInsertSubregInputs()
|
D | TwoAddressInstructionPass.cpp | 387 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg() 1692 if (mi->isInsertSubreg()) { in runOnMachineFunction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | InstrDocsEmitter.cpp | 137 FLAG(isInsertSubreg) in EmitInstrDocs()
|
D | CodeGenInstruction.h | 260 bool isInsertSubreg : 1; variable
|
D | InstrInfoEmitter.cpp | 605 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
|
D | CodeGenInstruction.cpp | 329 isInsertSubreg = R->getValueAsBit("isInsertSubreg"); in CodeGenInstruction()
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.h | 257 bool isInsertSubreg : 1; variable
|
D | InstrInfoEmitter.cpp | 508 if (Inst.isInsertSubreg) OS << "|(1ULL<<MCID::InsertSubreg)"; in emitRecord()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 336 if (isInsertSubreg() && OpIdx == 3) 876 bool isInsertSubreg() const {
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstr.h | 275 bool isInsertSubreg() const {
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | MachineSink.cpp | 382 return MI->isInsertSubreg() || MI->isSubregToReg() || MI->isRegSequence(); in AvoidsSinking()
|
D | TwoAddressInstructionPass.cpp | 400 } else if (MI.isInsertSubreg() || MI.isSubregToReg()) { in isCopyToReg() 1254 if (mi->isInsertSubreg()) { in runOnMachineFunction()
|
/external/llvm/include/llvm/Target/ |
D | TargetInstrInfo.h | 271 return !MI.isInsertSubreg() && !MI.isSubregToReg() && !MI.isRegSequence(); in shouldSink()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 805 bool isInsertSubreg() const {
|