HomeSort by relevance Sort by last modified time
    Searched refs:TiedOperandMap (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TwoAddressInstructionPass.cpp     [all...]
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 145 typedef SmallDenseMap<unsigned, TiedPairList> TiedOperandMap;
146 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 170 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>;
172 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
    [all...]

Completed in 230 milliseconds