Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp170 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>; typedef in __anone5dbba100111::TwoAddressInstructionPass
172 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
1458 collectTiedOperands(MachineInstr *MI, TiedOperandMap &TiedOperands) { in collectTiedOperands()
1686 TiedOperandMap TiedOperands; in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp145 typedef SmallDenseMap<unsigned, TiedPairList> TiedOperandMap; typedef in __anon9c7333b80111::TwoAddressInstructionPass
146 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
1403 collectTiedOperands(MachineInstr *MI, TiedOperandMap &TiedOperands) { in collectTiedOperands()
1626 TiedOperandMap TiedOperands; in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTwoAddressInstructionPass.cpp1059 TiedOperandMap; in runOnMachineFunction() typedef
1060 TiedOperandMap TiedOperands(4); in runOnMachineFunction()
1114 for (TiedOperandMap::iterator OI = TiedOperands.begin(), in runOnMachineFunction()