Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h165 using SetOfInstructions = SmallPtrSet<const MachineInstr *, 16>; variable
167 const SetOfInstructions &getLOHRelated() const { return LOHRelated; } in getLOHRelated()
202 SetOfInstructions LOHRelated;
/external/llvm/lib/Target/AArch64/
DAArch64MachineFunctionInfo.h157 typedef SmallPtrSet<const MachineInstr *, 16> SetOfInstructions; typedef
159 const SetOfInstructions &getLOHRelated() const { return LOHRelated; } in getLOHRelated()
194 SetOfInstructions LOHRelated;
DAArch64AddressTypePromotion.cpp102 typedef SmallPtrSet<Instruction *, 32> SetOfInstructions; typedef in __anon0a73e4580111::AArch64AddressTypePromotion
140 SetOfInstructions &ToRemove);
255 SetOfInstructions ToRemove; in propagateSignExtension()
377 SetOfInstructions &ToRemove) { in mergeSExts()