Home
last modified time | relevance | path

Searched defs:isStore (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp284 bool &isLoad, bool &isStore) { in GetInstrType()
337 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
395 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCHazardRecognizers.cpp281 bool &isLoad, bool &isStore) { in GetInstrType()
334 bool isFirst, isSingle, isCracked, isLoad, isStore; in getHazardType() local
392 bool isFirst, isSingle, isCracked, isLoad, isStore; in EmitInstruction() local
/aosp_15_r20/external/swiftshader/src/Reactor/
H A DOptimizer.cpp83 bool isStore; member
695 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore() function in __anonb40bc2440111::Optimizer
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dloopnest.h601 bool isStore; member
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp104 bool isStore = false; in isStoreInstr() local
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h178 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kCollapseMOVEMPass.cpp145 bool isStore() const { return Access == AccessTy::Store; } in isStore() function in __anon4b5b9e2f0111::MOVEMState
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h259 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h288 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineMemOperand.h291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineMemOperand.h291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineMemOperand.h291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineMemOperand.h296 bool isStore() const { return FlagVals & MOStore; } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/Support/
DScopHelper.h308 bool isStore() const { return I && llvm::isa<llvm::StoreInst>(I); } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/Support/
DScopHelper.h308 bool isStore() const { return I && llvm::isa<llvm::StoreInst>(I); } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/Support/
DScopHelper.h308 bool isStore() const { return I && llvm::isa<llvm::StoreInst>(I); } in isStore() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/Support/
DScopHelper.h308 bool isStore() const { return I && llvm::isa<llvm::StoreInst>(I); } in isStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { in isStore() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp58 static bool isStore(int Opcode) { in isStore() function
/aosp_15_r20/external/skia/src/core/
H A DSkRasterPipeline.cpp68 bool isLoad = false, isStore = false; in uncheckedAppend() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp183 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp189 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp396 bool isStore() const { in isStore() function in __anon3c76a8a30311::EarlyCSE::ParseMemoryInst
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DTargetBuiltins.h286 bool isStore() const { return Flags & IsStore; } in isStore() function

123