Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h107 enum LoadStore { enum
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp759 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
760 if (!LoadStore) in select()
763 return constrainSelectedInstRegOperands(*LoadStore, TII, TRI, RBI); in select()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp661 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
662 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores()
663 auto *CounterStore = LoadStore.second; in promoteCounterLoadStores()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp3007 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
3008 if (!LoadStore) in select()
3014 LoadStore->getOperand(0).getReg(), MRI); in select()
3016 switch (LoadStore->getOpcode()) { in select()
3020 LoadStore->getOperand(0).setReg(AArch64::WZR); in select()
3023 LoadStore->getOperand(0).setReg(AArch64::XZR); in select()
3037 Register DstReg = LoadStore->getOperand(0).getReg(); in select()
3038 LoadStore->getOperand(0).setReg(LdReg); in select()
3040 MIB.setInsertPt(MIB.getMBB(), std::next(LoadStore->getIterator())); in select()
3045 constrainSelectedInstRegOperands(*LoadStore, TII, TRI, RBI); in select()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td56 def LoadStore : BuiltinGroup;
565 defm : DemangledNativeBuiltin<"__spirv_Load", OpenCL_std, LoadStore, 1, 3, OpLoad>;
566 defm : DemangledNativeBuiltin<"__spirv_Store", OpenCL_std, LoadStore, 2, 4, OpStore>;
H A DSPIRVBuiltins.cpp1972 case SPIRV::LoadStore: in lowerBuiltin()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td1174 …var extension_fp16 = !cast<FunctionExtension>("FuncExtFloatAtomicsFp16" # addrspace # "LoadStore");
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1236 if (auto *LoadStore = dyn_cast<MemSDNode>(Node)) { in reassociationCanBreakAddressingModePattern() local
1243 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern()
1244 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern()
1261 auto *LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local
1262 if (!LoadStore) in reassociationCanBreakAddressingModePattern()
1270 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern()
1271 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern()