Home
last modified time | relevance | path

Searched refs:Condsets (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp238 bool coalesceSegments(const SmallVectorImpl<MachineInstr*> &Condsets,
1197 const SmallVectorImpl<MachineInstr*> &Condsets, in coalesceSegments() argument
1200 for (MachineInstr *MI : Condsets) { in coalesceSegments()
1274 SmallVector<MachineInstr*,16> Condsets; in runOnMachineFunction() local
1278 Condsets.push_back(&I); in runOnMachineFunction()
1282 Changed |= coalesceSegments(Condsets, CoalUpd); in runOnMachineFunction()
1290 for (MachineInstr *MI : Condsets) in runOnMachineFunction()
1303 for (MachineInstr *MI : Condsets) in runOnMachineFunction()
1305 Condsets.clear(); // The contents of Condsets are invalid here anyway. in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dexpand-condsets-copy-lis.ll5 ; isn't updated correctly during the Hexagon Expand Condsets pass. The pass
Dexpand-condsets-dead.ll5 ; Hexagon Expand Condsets pass. The pass shouldn't add a kill flag to a use that
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp1192 SmallVector<MachineInstr*,16> Condsets; in coalesceSegments() local
1202 Condsets.push_back(MI); in coalesceSegments()
1207 for (unsigned i = 0, n = Condsets.size(); i < n; ++i) { in coalesceSegments()
1208 MachineInstr *CI = Condsets[i]; in coalesceSegments()