Home
last modified time | relevance | path

Searched defs:IsLoad (Results 1 – 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.cc13 bool Instruction::IsLoad() const { in IsLoad() function in v8::internal::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp365 AliasAnalysis *AA, bool *IsLoad, in FindAvailableLoadedValue()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp935 bool IsLoad, bool IsByte, IValueT Rt, in emitMemOp()
945 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, in emitMemOp()
1144 BlockAddressMode AddressMode, bool IsLoad, in emitMultiMemOp()
1550 constexpr bool IsLoad = true; in ldr() local
1619 void AssemblerARM32::emitMemExOp(CondARM32::Cond Cond, Type Ty, bool IsLoad, in emitMemExOp()
1681 constexpr bool IsLoad = true; in ldrex() local
1895 constexpr bool IsLoad = false; in str() local
1982 constexpr bool IsLoad = true; in strex() local
2015 constexpr bool IsLoad = true; in pop() local
2031 constexpr bool IsLoad = true; in popList() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp74 unsigned int IsLoad : 1; member
DPPCISelLowering.cpp8536 bool IsLoad = false; in haveEfficientBuildVectorPattern() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
/third_party/spirv-tools/source/opt/
Dinstruction.h900 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp496 bool IsLoad = in UpdateBaseRegUses() local
836 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local
859 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
DARMExpandPseudoInsts.cpp125 bool IsLoad; member
DARMISelDAGToDAG.cpp2298 void ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, in SelectVLDSTLane()
/third_party/vixl/src/aarch64/
Dinstructions-aarch64.cc484 bool Instruction::IsLoad() const { in IsLoad() function in vixl::aarch64::Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp1276 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodeSignedLdStInstruction() local
1377 bool IsLoad = fieldFromInstruction(insn, 22, 1); in DecodePairLdStInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.cpp406 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
/third_party/node/deps/v8/src/compiler/
Djs-heap-broker.cc366 bool KeyedAccessMode::IsLoad() const { in IsLoad() function in v8::internal::compiler::KeyedAccessMode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
DHexagonConstExtenders.cpp1146 bool IsLoad = MI.mayLoad(); in recordExtender() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInlineSpiller.cpp720 bool IsLoad = InstrReg; in coalesceStackAccess() local
DMachineScheduler.cpp1513 bool IsLoad; member in __anon29de37d30311::BaseMemOpClusterMutation
1517 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation()
/third_party/cef/tests/ceftests/
Dresource_request_handler_unittest.cc1124 bool IsLoad() const { in IsLoad() function in __anoncd4ca1120111::BasicResponseTest
2314 bool IsLoad() const { in IsLoad() function in __anoncd4ca1120211::SubresourceResponseTest
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3650 const MCSubtargetInfo *STI, bool IsLoad) { in expandMem16Inst()
3777 const MCSubtargetInfo *STI, bool IsLoad) { in expandMem9Inst()
5166 bool IsLoad) { in expandLoadStoreDMacro()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp2483 bool IsLoad = (Instruction::Load == Opcode); in getMaskedMemoryOpCost() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13731 bool &IsLoad, bool &IsMasked, SDValue &Ptr, in getCombineLoadStoreParts()
13782 bool IsLoad = true; in CombineToPreIndexedLoadStore() local
14005 bool IsLoad = true; in CombineToPostIndexedLoadStore() local
20941 const bool IsLoad = isa<LoadSDNode>(N) && cast<LoadSDNode>(N)->isSimple(); in GatherAllAliases() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp2911 bool IsLoad = MI.getOpcode() == TargetOpcode::G_LOAD; in reduceLoadStoreWidth() local

12