Searched refs:LoadStore (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTX.h | 100 enum LoadStore { enum
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 690 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local 691 if (!LoadStore) in select() 694 return constrainSelectedInstRegOperands(*LoadStore, TII, TRI, RBI); in select()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 475 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local 476 auto *CounterLoad = LoadStore.first; in promoteCounterLoadStores() 477 auto *CounterStore = LoadStore.second; in promoteCounterLoadStores()
|
| /openbsd-src/gnu/gcc/gcc/config/sparc/ |
| H A D | sync.md | 36 /* member #StoreStore | #LoadStore | #StoreLoad | #LoadLoad */
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64InstructionSelector.cpp | 2946 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local 2947 if (!LoadStore) in select() 2953 LoadStore->getOperand(0).getReg(), MRI); in select() 2955 switch (LoadStore->getOpcode()) { in select() 2959 LoadStore->getOperand(0).setReg(AArch64::WZR); in select() 2962 LoadStore->getOperand(0).setReg(AArch64::XZR); in select() 2971 if (MRI.getType(LoadStore->getOperand(0).getReg()).getSizeInBits() != 64) in select() 2976 Register DstReg = LoadStore->getOperand(0).getReg(); in select() 2977 LoadStore->getOperand(0).setReg(LdReg); in select() 2979 MIB.setInsertPt(MIB.getMBB(), std::next(LoadStore->getIterator())); in select() [all …]
|
| /openbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 1963 membar #LoadStore 3093 membar #LoadStore 3124 membar #LoadStore 3171 membar #LoadStore 3372 membar #LoadStore 3953 membar #LoadStore 3983 membar #LoadStore 4011 membar #LoadStore 4039 membar #LoadStore 4082 membar #LoadStore [all...] |
| /openbsd-src/gnu/llvm/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 | 1909 case SPIRV::LoadStore: in lowerBuiltin()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
| H A D | CombinerHelper.cpp | 4552 auto LoadStore = ConvUseOpc == TargetOpcode::G_LOAD || in reassociationCanBreakAddressingModePattern() local 4554 if (!LoadStore) in reassociationCanBreakAddressingModePattern()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 1053 if (auto *LoadStore = dyn_cast<MemSDNode>(Node)) { in reassociationCanBreakAddressingModePattern() local 1060 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern() 1061 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern() 1078 auto *LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local 1079 if (!LoadStore) in reassociationCanBreakAddressingModePattern() 1087 EVT VT = LoadStore->getMemoryVT(); in reassociationCanBreakAddressingModePattern() 1088 unsigned AS = LoadStore->getAddressSpace(); in reassociationCanBreakAddressingModePattern()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | OpenCLBuiltins.td | 1174 …var extension_fp16 = !cast<FunctionExtension>("FuncExtFloatAtomicsFp16" # addrspace # "LoadStore");
|