Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h99 enum LoadStore { enum
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp503 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
504 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores()
505 auto *CounterStore = LoadStore.second; in promoteCounterLoadStores()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2780 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
2781 if (!LoadStore) in select()
2790 switch (LoadStore->getOpcode()) { in select()
2794 LoadStore->getOperand(0).setReg(AArch64::WZR); in select()
2797 LoadStore->getOperand(0).setReg(AArch64::XZR); in select()
2806 if (MRI.getType(LoadStore->getOperand(0).getReg()).getSizeInBits() != 64) in select()
2811 Register DstReg = LoadStore->getOperand(0).getReg(); in select()
2812 LoadStore->getOperand(0).setReg(LdReg); in select()
2814 MIB.setInsertPt(MIB.getMBB(), std::next(LoadStore->getIterator())); in select()
2819 constrainSelectedInstRegOperands(*LoadStore, TII, TRI, RBI); in select()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4171 auto LoadStore = ConvUseOpc == TargetOpcode::G_LOAD || in reassociationCanBreakAddressingModePattern() local
4173 if (!LoadStore) in reassociationCanBreakAddressingModePattern()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1032 auto LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local
1033 if (LoadStore) { in reassociationCanBreakAddressingModePattern()
1040 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern()
1041 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern()