Searched defs:MemoryUses (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | AddrModeMatcher.cpp | 405 static bool FindAllMemoryUses(Instruction *I, in FindAllMemoryUses() 541 SmallVector<std::pair<Instruction*,unsigned>, 16> MemoryUses; in IsProfitableToFoldIntoAddressingMode() local
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3492 SmallVectorImpl<std::pair<Instruction *, unsigned>> &MemoryUses, in FindAllMemoryUses() 3621 SmallVector<std::pair<Instruction*,unsigned>, 16> MemoryUses; in isProfitableToFoldIntoAddressingMode() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 4118 SmallVectorImpl<std::pair<Instruction *, unsigned>> &MemoryUses, in FindAllMemoryUses() 4270 SmallVector<std::pair<Instruction*,unsigned>, 16> MemoryUses; in isProfitableToFoldIntoAddressingMode() local
|