Home
last modified time | relevance | path

Searched refs:UnfoldMCID (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp948 const MCInstrDesc &UnfoldMCID = TII->get(NewOpc); in TryInstructionTransform() local
949 if (UnfoldMCID.getNumDefs() == 1) { in TryInstructionTransform()
955 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI); in TryInstructionTransform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1352 const MCInstrDesc &UnfoldMCID = TII->get(NewOpc); in tryInstructionTransform() local
1353 if (UnfoldMCID.getNumDefs() == 1) { in tryInstructionTransform()
1358 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1297 const MCInstrDesc &UnfoldMCID = TII->get(NewOpc); in tryInstructionTransform() local
1298 if (UnfoldMCID.getNumDefs() == 1) { in tryInstructionTransform()
1303 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF)); in tryInstructionTransform()