/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 771 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/ |
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/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrFormats.td | 35 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/ |
D | AMDGPUInstructions.td | 368 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;
|
D | SIInstrInfo.td | 361 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/ |
D | IceAssemblerARM32.cpp | 935 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 …]
|
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, 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/ |
D | Loads.h | 154 bool *IsLoad, unsigned *NumScanedInst);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Utils/ |
D | X86ShuffleDecode.h | 146 void DecodeScalarMoveMask(unsigned NumElts, bool IsLoad,
|
D | X86ShuffleDecode.cpp | 406 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/ |
D | Loads.cpp | 365 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/ |
D | ARCOptAddrMode.cpp | 424 bool IsLoad = Ldst->mayLoad(); in canSinkLoadStoreTo() local 426 Register ValReg = IsLoad ? Ldst->getOperand(0).getReg() : Register(); in canSinkLoadStoreTo()
|
/third_party/spirv-tools/source/opt/ |
D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
D | instruction.h | 427 inline bool IsLoad() const; 857 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
|
D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
D | instruction.h | 437 inline bool IsLoad() const; 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
|
D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | value_number_table.cpp | 76 if (inst->IsLoad() && !inst->IsReadOnlyLoad()) { in AssignValueNumber()
|
D | instruction.h | 437 inline bool IsLoad() const; 890 bool Instruction::IsLoad() const { return spvOpcodeIsLoad(opcode()); } in IsLoad() function
|
D | code_sink.cpp | 171 if (!inst->IsLoad()) { in ReferencesMutableMemory()
|
/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 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/ |
D | divergence_analysis.cpp | 134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
D | divergence_analysis.cpp | 134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
D | divergence_analysis.cpp | 134 } else if (inst->IsLoad()) { in ComputeInstructionDivergence()
|