Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h30 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable
69 std::vector<LoadStorePair> PromotionCandidates;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp186 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoterHelper() argument
230 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
240 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCands, in PGOCounterPromoter() argument
366 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> &LoopToCandidates;
447 DenseMap<Loop *, SmallVector<LoadStorePair, 8>> LoopPromotionCandidates; in promoteCounterLoadStores()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.cc1982 LoadStorePair(rt, rt2, addr, op); in LSPAIR_MACRO_LIST()
1989 LoadStorePair(rt, rt2, MemOperand(temp), op); in LSPAIR_MACRO_LIST()
1991 LoadStorePair(rt, rt2, MemOperand(base), op); in LSPAIR_MACRO_LIST()
1996 LoadStorePair(rt, rt2, MemOperand(base), op); in LSPAIR_MACRO_LIST()
Dassembler-aarch64.cc1099 LoadStorePair(rt, rt2, src, LoadPairOpFor(rt, rt2)); in ldp()
1106 LoadStorePair(rt, rt2, dst, StorePairOpFor(rt, rt2)); in stp()
1114 LoadStorePair(xt, xt2, src, LDPSW_x); in ldpsw()
1118 void Assembler::LoadStorePair(const CPURegister& rt, in LoadStorePair() function in vixl::aarch64::Assembler
Dassembler-aarch64.h7645 void LoadStorePair(const CPURegister& rt,