Home
last modified time | relevance | path

Searched defs:Insts (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp22 ArrayRef<Instruction *> Insts) { in findOrCreateSource()
27 ArrayRef<Instruction *> Insts, in findOrCreateSource()
41 Value *RandomIRBuilder::newSource(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSource()
96 ArrayRef<Instruction *> Insts, Value *V) { in connectToSink()
120 void RandomIRBuilder::newSink(BasicBlock &BB, ArrayRef<Instruction *> Insts, in newSink()
134 ArrayRef<Instruction *> Insts, in findPointer()
DIRMutator.cpp107 SmallVector<Instruction *, 32> Insts; in mutate() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInstX8632.h3160 struct Insts { struct
3161 using FakeRMW = InstX86FakeRMW;
3162 using Label = InstX86Label;
3164 using Call = InstX86Call;
3166 using Br = InstX86Br;
3167 using Jmp = InstX86Jmp;
3168 using Bswap = InstX86Bswap;
3169 using Neg = InstX86Neg;
3170 using Bsf = InstX86Bsf;
3171 using Bsr = InstX86Bsr;
[all …]
DIceInstX8664.h3059 struct Insts { struct
3060 using FakeRMW = InstX86FakeRMW;
3061 using Label = InstX86Label;
3063 using Call = InstX86Call;
3065 using Br = InstX86Br;
3066 using Jmp = InstX86Jmp;
3067 using Bswap = InstX86Bswap;
3068 using Neg = InstX86Neg;
3069 using Bsf = InstX86Bsf;
3070 using Bsr = InstX86Bsr;
[all …]
DIceCfg.cpp587 auto &Insts = PreHeader->getInsts(); in loopInvariantCodeMotion() local
610 CfgVector<std::reference_wrapper<Inst>> Insts(Node->getInsts().begin(), in findLoopInvariantInstructions() local
776 auto &Insts = Node->getInsts(); in floatConstantCSE() local
814 uint32_t CombinedAlignment, InstList &Insts, in sortAndCombineAllocas()
994 InstList &Insts = getEntryNode()->getInsts(); in processAllocas() local
1144 CfgVector<const Inst *> *Insts, SizeT I = 0) { in findAllInserts()
1239 const CfgVector<const Inst *> &Insts, Variable **Src0, in findAllExtracts()
DIceCfgNode.h149 InstList Insts; /// ordered list of non-phi instructions variable
DIceVariableSplitting.cpp521 auto &Insts = Node->getInsts(); in splitBlockLocalVariables() local
DIceRegAlloc.cpp406 InstList &Insts = Node->getInsts(); in addSpillFill() local
DIceTargetLowering.cpp502 auto Process = [&](InstList &Insts) { in getInstructionsInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.h61 InstSeq Insts; variable
DMipsAnalyzeImmediate.cpp109 void MipsAnalyzeImmediate::GetShortestSeq(InstSeqLs &SeqLs, InstSeq &Insts) { in GetShortestSeq()
DMipsRegisterBankInfo.cpp618 InstManager(InstListTy &Insts) : InstList(Insts) {} in InstManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp122 SmallVector<Instruction *, 4> Insts; member in __anon8f5973bd0111::LockstepReverseIterator
267 ModelledPHI(ArrayRef<Instruction *> Insts, unsigned OpNum, const BArray &B) { in ModelledPHI()
633 auto Insts = *LRI; in analyzeInstructionForSinking() local
835 SmallVector<Instruction *, 4> Insts; in sinkLastInstruction() local
DLoopUnswitch.cpp361 UnswitchedValsMap &Insts = OldLoopProps.UnswitchedVals; in cloneData() local
DReassociate.cpp1896 OrderedSet &Insts) { in RecursivelyEraseDeadInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp337 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts, in LoadAndStorePromoter()
352 void LoadAndStorePromoter::run(const SmallVectorImpl<Instruction *> &Insts) { in run()
DSimplifyCFG.cpp1453 ArrayRef<Instruction *> Insts, in canSinkInstructions()
1556 SmallVector<Instruction*,4> Insts; in sinkLastInstruction() local
1658 SmallVector<Instruction*,4> Insts; member in __anone32c8bd50c11::LockstepReverseIterator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp81 SmallVector<PredicatedMI, 4> Insts; member in __anon0861d5ac0111::VPTBlock
340 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ValidateTailPredicate() local
903 SmallVectorImpl<PredicatedMI> &Insts = Block.getInsts(); in ConvertVPTBlocks() local
DARMFrameLowering.cpp236 SmallVector<InstInfo, 4> Insts; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DExecuteStage.cpp131 SmallVector<InstRef, 8> Insts; in cycleEnd() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizer.cpp95 LegalizerWorkListManager(InstListTy &Insts, ArtifactListTy &Arts) in LegalizerWorkListManager()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DScheduler.cpp243 uint64_t Scheduler::analyzeResourcePressure(SmallVectorImpl<InstRef> &Insts) { in analyzeResourcePressure()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp193 std::set<MachineInstr*> Insts; member in __anonfa8b5cf30211::Chain
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp597 Instruction *I, SmallPtrSetImpl<Instruction *> &Insts, in hasMultipleUsesOf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp606 SmallVectorImpl<MachineInstr *> &Insts) { in addToListsIfDependent()

12