/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCHazardRecognizers.cpp | 284 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 D | PPCHazardRecognizers.cpp | 281 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 D | PPCHazardRecognizers.cpp | 281 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 D | Optimizer.cpp | 83 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 D | loopnest.h | 601 bool isStore; member
|
/aosp_15_r20/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXInstrInfo.cpp | 104 bool isStore = false; in isStoreInstr() local
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | MachineMemOperand.h | 178 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 D | M68kCollapseMOVEMPass.cpp | 145 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 D | MachineMemOperand.h | 259 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 D | MachineMemOperand.h | 288 bool isStore() const { return FlagVals & MOStore; } in isStore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 291 bool isStore() const { return FlagVals & MOStore; } in isStore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 296 bool isStore() const { return FlagVals & MOStore; } in isStore() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/Support/ |
D | ScopHelper.h | 308 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/ |
D | ScopHelper.h | 308 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/ |
D | ScopHelper.h | 308 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/ |
D | ScopHelper.h | 308 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 D | ARCInstrInfo.cpp | 58 static bool isStore(int Opcode) { in isStore() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.cpp | 58 static bool isStore(int Opcode) { in isStore() function
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRasterPipeline.cpp | 68 bool isLoad = false, isStore = false; in uncheckedAppend() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 183 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 D | MipsInstructionSelector.cpp | 189 const bool isStore = Opc == TargetOpcode::G_STORE; in selectLoadStoreOpCode() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 396 bool isStore() const { in isStore() function in __anon3c76a8a30311::EarlyCSE::ParseMemoryInst
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TargetBuiltins.h | 286 bool isStore() const { return Flags & IsStore; } in isStore() function
|