Searched refs:LoadStore (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 107 enum LoadStore { enum
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 759 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 D | InstrProfiling.cpp | 661 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 D | AArch64InstructionSelector.cpp | 3007 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 D | SPIRVBuiltins.td | 56 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 D | SPIRVBuiltins.cpp | 1972 case SPIRV::LoadStore: in lowerBuiltin()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1174 …var extension_fp16 = !cast<FunctionExtension>("FuncExtFloatAtomicsFp16" # addrspace # "LoadStore");
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1236 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()
|