Home
last modified time | relevance | path

Searched defs:LoadStorePair (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h30 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h30 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp184 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper()
238 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp186 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper()
240 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter()
/external/vixl/src/aarch64/
Dassembler-aarch64.cc1118 void Assembler::LoadStorePair(const CPURegister& rt, in LoadStorePair() function in vixl::aarch64::Assembler