Home
last modified time | relevance | path

Searched refs:IsLoad (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td771 bit IsLoad = ?;
924 let IsLoad = 1;
928 let IsLoad = 1;
934 let IsLoad = 1;
938 let IsLoad = 1;
942 let IsLoad = 1;
947 let IsLoad = 1;
951 let IsLoad = 1;
955 let IsLoad = 1;
959 let IsLoad = 1;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp74 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/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td35 bit IsLoad = 0;
51 let TSFlags{5-5} = IsLoad;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructions.td368 let IsLoad = 1;
373 let IsLoad = 1;
378 let IsLoad = 1;
383 let IsLoad = 1;
388 let IsLoad = 1;
393 let IsLoad = 1;
398 let IsLoad = 1;
482 let IsLoad = 1;
488 let IsLoad = 1;
DSIInstrInfo.td361 let IsLoad = 1;
366 let IsLoad = 1;
383 let IsLoad = 1;
388 let IsLoad = 1;
393 let IsLoad = 1;
398 let IsLoad = 1;
403 let IsLoad = 1;
408 let IsLoad = 1;
413 let IsLoad = 1;
418 let IsLoad = 1;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp935 bool IsLoad, bool IsByte, IValueT Rt, in emitMemOp() argument
940 (InstType << kTypeShift) | (IsLoad ? L : 0) | in emitMemOp()
945 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, in emitMemOp() argument
973 emitMemOp(Cond, kInstTypeMemImmediate, IsLoad, IsByte, Rt, Address); in emitMemOp()
996 emitMemOp(Cond, kInstTypeRegisterShift, IsLoad, IsByte, Rt, Address); in emitMemOp()
1144 BlockAddressMode AddressMode, bool IsLoad, in emitMultiMemOp() argument
1150 AddressMode | (IsLoad ? L : 0) | (BaseReg << kRnShift) | in emitMultiMemOp()
1550 constexpr bool IsLoad = true; in ldr() local
1581 emitMemOp(Cond, IsLoad, IsByte, Rt, OpAddress, TInfo, LdrName); in ldr()
1613 emitMemOp(Cond, IsLoad, IsByte, Rt, OpAddress, TInfo, LdrName); in ldr()
[all …]
DIceAssemblerARM32.h739 void emitMemOp(CondARM32::Cond Cond, IValueT InstType, bool IsLoad,
748 void emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, IValueT Rt,
759 void emitMemExOp(CondARM32::Cond, Type Ty, bool IsLoad, const Operand *OpRd,
767 bool IsLoad, IValueT BaseReg, IValueT Registers);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoads.h154 bool *IsLoad, unsigned *NumScanedInst);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/
DX86ShuffleDecode.h146 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
DX86ShuffleDecode.cpp406 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad, in DecodeScalarMoveMask() argument
412 Mask.push_back(IsLoad ? static_cast<int>(SM_SentinelZero) : i); in DecodeScalarMoveMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp365 AliasAnalysis *AA, bool *IsLoad, in FindAvailableLoadedValue() argument
373 ScanFrom, MaxInstsToScan, AA, IsLoad, NumScanedInst); in FindAvailableLoadedValue()
/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
426 Register ValReg = IsLoad ? Ldst->getOperand(0).getReg() : Register(); in canSinkLoadStoreTo()
/third_party/spirv-tools/source/opt/
Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
Dinstruction.h427 inline bool IsLoad() const;
857 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
Dinstruction.h437 inline bool IsLoad() const;
890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dvalue_number_table.cpp76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
Dinstruction.h437 inline bool IsLoad() const;
890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
Dcode_sink.cpp171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp496 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/spirv-tools/source/lint/
Ddivergence_analysis.cpp134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Ddivergence_analysis.cpp134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Ddivergence_analysis.cpp134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()

12