/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 74 unsigned int IsLoad : 1; member 341 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 347 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 358 SwapVector[VecIdx].IsLoad = 1; in gatherVectorInstructions() 668 else if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in recordUnoptimizableWebs() 679 if (!SwapVector[UseIdx].IsSwap || SwapVector[UseIdx].IsLoad || in recordUnoptimizableWebs() 703 if (!SwapVector[DefIdx].IsSwap || SwapVector[DefIdx].IsLoad || in recordUnoptimizableWebs() 754 if (SwapVector[EntryIdx].IsLoad && SwapVector[EntryIdx].IsSwap) { in markSwapsForRemoval() 980 if (SwapVector[EntryIdx].IsLoad) in dumpSwapVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.cpp | 935 bool IsLoad, bool IsByte, IValueT Rt, 940 (InstType << kTypeShift) | (IsLoad ? L : 0) | 945 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, 960 // iiiiiiiiiiii=imm12, b=IsByte, pu0w<<21 is a BlockAddr, l=IsLoad, and 973 emitMemOp(Cond, kInstTypeMemImmediate, IsLoad, IsByte, Rt, Address); 982 // b=IsByte, U=1 if +, pu0b is a BlockAddr, l=IsLoad, and 996 emitMemOp(Cond, kInstTypeRegisterShift, IsLoad, IsByte, Rt, Address); 1144 BlockAddressMode AddressMode, bool IsLoad, 1150 AddressMode | (IsLoad ? L : 0) | (BaseReg << kRnShift) | 1550 constexpr bool IsLoad [all...] |
H A D | IceAssemblerARM32.h | 739 void emitMemOp(CondARM32::Cond Cond, IValueT InstType, bool IsLoad, 748 void emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, IValueT Rt, 758 // size, l=IsLoad, nnnn=Rn (as defined by OpAddress), and tttt=Rt. 759 void emitMemExOp(CondARM32::Cond, Type Ty, bool IsLoad, const Operand *OpRd, 764 // aaaa<<21=AddressMode, l=IsLoad, nnnn=BaseReg, and 767 bool IsLoad, IValueT BaseReg, IValueT Registers);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | Loads.h | 146 /// \param [out] IsLoad Whether the returned value is a load from the same 154 bool *IsLoad, unsigned *NumScanedInst);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
H A D | X86ShuffleDecode.h | 146 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
|
H A D | X86ShuffleDecode.cpp | 406 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, 412 Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Loads.cpp | 365 AliasAnalysis *AA, bool *IsLoad, in FindAvailableLoadedValue() 373 ScanFrom, MaxInstsToScan, AA, IsLoad, NumScanedInst); in FindAvailableLoadedValue() 361 FindAvailableLoadedValue(LoadInst *Load, BasicBlock *ScanBB, BasicBlock::iterator &ScanFrom, unsigned MaxInstsToScan, AliasAnalysis *AA, bool *IsLoad, unsigned *NumScanedInst) FindAvailableLoadedValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCOptAddrMode.cpp | 424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local 426 Register ValReg = IsLoad ? Ldst->getOperand(0).getReg() : Register(); in canSinkLoadStoreTo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 496 bool IsLoad = in UpdateBaseRegUses() local 501 if (IsLoad || IsStore) { in UpdateBaseRegUses() 836 bool IsLoad = isi32Load(Opcode); in CreateLoadStoreDouble() local 837 assert((IsLoad || isi32Store(Opcode)) && "Must have integer load or store"); in CreateLoadStoreDouble() 838 unsigned LoadStoreOpcode = IsLoad ? ARM::t2LDRDi8 : ARM::t2STRDi8; in CreateLoadStoreDouble() 843 if (IsLoad) { in CreateLoadStoreDouble() 859 bool IsLoad = isLoadSingle(Opcode); in MergeOpsUpdate() local 874 if (IsLoad) { in MergeOpsUpdate()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-heap-broker.cc | 366 bool KeyedAccessMode::IsLoad() const { in IsLoad() function in v8::internal::compiler::KeyedAccessMode 376 CHECK(IsLoad()); in load_mode() 394 CHECK(IsLoad()); in KeyedAccessMode() 399 CHECK(!IsLoad()); in KeyedAccessMode()
|
H A D | processed-feedback.h | 102 bool IsLoad() const;
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
H A D | divergence_analysis.cpp | 134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
H A D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
H A D | instruction.h | 426 // calculation. The instruction must be a load, as defined by |IsLoad|, 437 inline bool IsLoad() const; 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
H A D | divergence_analysis.cpp | 134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
H A D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
H A D | instruction.h | 426 // calculation. The instruction must be a load, as defined by |IsLoad|, 437 inline bool IsLoad() const; 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
|
/third_party/spirv-tools/source/opt/ |
H A D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
H A D | instruction.h | 442 // calculation. The instruction must be a load, as defined by |IsLoad|, 453 inline bool IsLoad() const; 910 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); }
|
H A D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
/third_party/spirv-tools/source/lint/ |
H A D | divergence_analysis.cpp | 133 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | InlineSpiller.cpp | 720 bool IsLoad = InstrReg; in coalesceStackAccess() local 721 if (!IsLoad) in coalesceStackAccess() 728 if (!IsLoad) in coalesceStackAccess() 735 if (IsLoad) { in coalesceStackAccess()
|
H A D | MachineScheduler.cpp | 1513 bool IsLoad; member in __anon24060::BaseMemOpClusterMutation 1517 const TargetRegisterInfo *tri, bool IsLoad) in BaseMemOpClusterMutation() 1518 : TII(tii), TRI(tri), IsLoad(IsLoad) {} in BaseMemOpClusterMutation() 1606 if ((IsLoad && !SU.getInstr()->mayLoad()) || in apply() 1607 (!IsLoad && !SU.getInstr()->mayStore())) in apply() 1516 BaseMemOpClusterMutation(const TargetInstrInfo *tii, const TargetRegisterInfo *tri, bool IsLoad) BaseMemOpClusterMutation() argument
|