Searched refs:LoadStorePair (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
D | InstrProfiling.h | 30 using LoadStorePair = std::pair<Instruction *, Instruction *>; variable 69 std::vector<LoadStorePair> PromotionCandidates;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrProfiling.cpp | 186 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/ |
D | macro-assembler-aarch64.cc | 1982 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()
|
D | assembler-aarch64.cc | 1099 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
|
D | assembler-aarch64.h | 7645 void LoadStorePair(const CPURegister& rt,
|