/third_party/node/deps/v8/src/codegen/arm64/ |
D | instructions-arm64.cc | 13 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/ |
D | ARCOptAddrMode.cpp | 424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 365 AliasAnalysis *AA, bool *IsLoad, in FindAvailableLoadedValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 935 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/ |
D | PPCVSXSwapRemoval.cpp | 74 unsigned int IsLoad : 1; member
|
D | PPCISelLowering.cpp | 8536 bool IsLoad = false; in haveEfficientBuildVectorPattern() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
|
/third_party/spirv-tools/source/opt/ |
D | instruction.h | 900 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/ |
D | ARMLoadStoreOptimizer.cpp | 496 bool IsLoad = in UpdateBaseRegUses() local 836 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local 859 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local
|
D | ARMExpandPseudoInsts.cpp | 125 bool IsLoad; member
|
D | ARMISelDAGToDAG.cpp | 2298 void ARMDAGToDAGISel::SelectVLDSTLane(SDNode *N, bool IsLoad, bool isUpdating, in SelectVLDSTLane()
|
/third_party/vixl/src/aarch64/ |
D | instructions-aarch64.cc | 484 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/ |
D | AArch64Disassembler.cpp | 1276 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/ |
D | X86ShuffleDecode.cpp | 406 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-heap-broker.cc | 366 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/ |
D | HexagonExpandCondsets.cpp | 822 bool IsLoad = TheI.mayLoad(), IsStore = TheI.mayStore(); in canMoveMemTo() local
|
D | HexagonConstExtenders.cpp | 1146 bool IsLoad = MI.mayLoad(); in recordExtender() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 720 bool IsLoad = InstrReg; in coalesceStackAccess() local
|
D | MachineScheduler.cpp | 1513 bool IsLoad; member in __anon29de37d30311::BaseMemOpClusterMutation 1517 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation()
|
/third_party/cef/tests/ceftests/ |
D | resource_request_handler_unittest.cc | 1124 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/ |
D | MipsAsmParser.cpp | 3650 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/ |
D | X86TargetTransformInfo.cpp | 2483 bool IsLoad = (Instruction::Load == Opcode); in getMaskedMemoryOpCost() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13731 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/ |
D | LegalizerHelper.cpp | 2911 bool IsLoad = MI.getOpcode() == TargetOpcode::G_LOAD; in reduceLoadStoreWidth() local
|