/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsDelaySlotFiller.cpp | 67 SmallSet<unsigned, 32>& RegDefs, 68 SmallSet<unsigned, 32>& RegUses); 71 SmallSet<unsigned, 32>& RegDefs, 72 SmallSet<unsigned, 32>& RegUses); 74 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 79 SmallSet<unsigned, 32> &RegDefs, 80 SmallSet<unsigned, 32> &RegUses); 129 SmallSet<unsigned, 32> RegDefs; in findDelayInstr() 130 SmallSet<unsigned, 32> RegUses; in findDelayInstr() 172 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 65 SmallSet<unsigned, 32>& RegUses); 68 SmallSet<unsigned, 32>& RegDefs, 69 SmallSet<unsigned, 32>& RegUses); 71 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 76 SmallSet<unsigned, 32> &RegDefs, 77 SmallSet<unsigned, 32> &RegUses); 132 SmallSet<unsigned, 32> RegDefs; in findDelayInstr() 133 SmallSet<unsigned, 32> RegUses; in findDelayInstr() 190 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 191 SmallSet<unsigned, 32> &RegUses) in delayHasHazard() [all …]
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiDelaySlotFiller.cpp | 67 SmallSet<unsigned, 32> &RegDefs, 68 SmallSet<unsigned, 32> &RegUses); 70 bool isRegInSet(SmallSet<unsigned, 32> &RegSet, unsigned Reg); 73 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, 74 SmallSet<unsigned, 32> &RegUses); 149 SmallSet<unsigned, 32> RegDefs; in findDelayInstr() 150 SmallSet<unsigned, 32> RegUses; in findDelayInstr() 181 bool &SawStore, SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() 182 SmallSet<unsigned, 32> &RegUses) { in delayHasHazard() 228 SmallSet<unsigned, 32> &RegDefs, in insertDefsUses() [all …]
|
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
D | SmallSet.java | 42 class SmallSet extends AbstractSet implements Iterator { class 48 final static SmallSet EMPTY_SET = new SmallSet(null, null); 50 SmallSet(Object e1, Object e2) { in SmallSet() method in SmallSet 60 return new SmallSet(e1, e2); in iterator() 89 Set union(SmallSet s) { in union() 101 return new SmallSet(e1, s.e1); // necessarily e1 != s.e1 in union()
|
D | DataflowInterpreter.java | 158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) { in merge() 159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns); in merge()
|
D | DataflowValue.java | 67 this(size, SmallSet.EMPTY_SET); in DataflowValue() 72 this.insns = new SmallSet(insn, null); in DataflowValue()
|
/external/llvm/lib/Target/Sparc/ |
D | DelaySlotFiller.cpp | 71 SmallSet<unsigned, 32>& RegDefs, 72 SmallSet<unsigned, 32>& RegUses); 75 SmallSet<unsigned, 32>& RegDefs, 76 SmallSet<unsigned, 32>& RegUses); 78 bool IsRegInSet(SmallSet<unsigned, 32>& RegSet, 83 SmallSet<unsigned, 32> &RegDefs, 84 SmallSet<unsigned, 32> &RegUses); 173 SmallSet<unsigned, 32> RegDefs; in findDelayInstr() 174 SmallSet<unsigned, 32> RegUses; in findDelayInstr() 233 SmallSet<unsigned, 32> &RegDefs, in delayHasHazard() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 51 SmallSet<unsigned, 4> &Defs, 52 SmallSet<unsigned, 4> &Uses); 62 SmallSet<unsigned, 4> &Defs, in TrackDefUses() 63 SmallSet<unsigned, 4> &Uses, in TrackDefUses() 101 static void ClearKillFlags(MachineInstr *MI, SmallSet<unsigned, 4> &Uses) { in ClearKillFlags() 126 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock() 127 SmallSet<unsigned, 4> &Uses) { in MoveCopyOutOfITBlock() 183 SmallSet<unsigned, 4> Defs; in InsertITInstructions() 184 SmallSet<unsigned, 4> Uses; in InsertITInstructions()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb2ITBlockPass.cpp | 45 SmallSet<unsigned, 4> &Defs, 46 SmallSet<unsigned, 4> &Uses); 56 SmallSet<unsigned, 4> &Defs, in TrackDefUses() 57 SmallSet<unsigned, 4> &Uses, in TrackDefUses() 109 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock() 110 SmallSet<unsigned, 4> &Uses) { in MoveCopyOutOfITBlock() 166 SmallSet<unsigned, 4> Defs; in InsertITInstructions() 167 SmallSet<unsigned, 4> Uses; in InsertITInstructions()
|
/external/llvm/lib/CodeGen/ |
D | MachineInstrBundle.cpp | 128 SmallSet<unsigned, 32> LocalDefSet; in finalizeBundle() 129 SmallSet<unsigned, 8> DeadDefSet; in finalizeBundle() 130 SmallSet<unsigned, 16> KilledDefSet; in finalizeBundle() 132 SmallSet<unsigned, 8> ExternUseSet; in finalizeBundle() 133 SmallSet<unsigned, 8> KilledUseSet; in finalizeBundle() 134 SmallSet<unsigned, 8> UndefUseSet; in finalizeBundle() 198 SmallSet<unsigned, 32> Added; in finalizeBundle()
|
D | PeepholeOptimizer.cpp | 163 SmallSet<unsigned, 4> &ImmDefRegs, 166 SmallSet<unsigned, 4> &ImmDefRegs, 174 SmallSet<unsigned, 4> &CopySrcRegs, 190 SmallSet<unsigned, 16> &FoldAsLoadDefCandidates); 1296 MachineInstr *MI, SmallSet<unsigned, 16> &FoldAsLoadDefCandidates) { in isLoadFoldable() 1317 MachineInstr *MI, SmallSet<unsigned, 4> &ImmDefRegs, in isMoveImmediate() 1338 MachineInstr *MI, MachineBasicBlock *MBB, SmallSet<unsigned, 4> &ImmDefRegs, in foldImmediate() 1377 MachineInstr *MI, SmallSet<unsigned, 4> &CopySrcRegs, in foldRedundantCopy() 1500 SmallSet<unsigned, 4> ImmDefRegs; in runOnMachineFunction() 1502 SmallSet<unsigned, 16> FoldAsLoadDefCandidates; in runOnMachineFunction() [all …]
|
D | LiveVariables.cpp | 193 SmallSet<unsigned,4> &PartDefRegs) { in FindLastPartialDef() 243 SmallSet<unsigned, 4> PartDefRegs; in HandlePhysRegUse() 250 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() 338 SmallSet<unsigned, 8> PartUses; in HandlePhysRegKill() 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() 602 SmallSet<unsigned, 4> LiveOuts; in runOnBlock() 770 SmallSet<unsigned, 16> Defs, Kills; in addNewBlock()
|
D | MachineCSE.cpp | 90 SmallSet<unsigned,8> &PhysRefs, 94 SmallSet<unsigned,8> &PhysRefs, 217 SmallSet<unsigned,8> &PhysRefs, in hasLivePhysRegDefUses() 266 SmallSet<unsigned,8> &PhysRefs, in PhysRegDefsReach() 498 SmallSet<unsigned, 8> PhysRefs; in ProcessBlock()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallSet.h | 31 class SmallSet { 40 SmallSet() {} in SmallSet() function 114 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
D | SetVector.h | 35 typename Set = SmallSet<T, 16> > 164 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallSet.h | 36 class SmallSet { 53 SmallSet() = default; 137 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/external/llvm/include/llvm/ADT/ |
D | SmallSet.h | 32 class SmallSet { 48 SmallSet() {} in SmallSet() function 132 class SmallSet<PointeeType*, N> : public SmallPtrSet<PointeeType*, N> {};
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | ScheduleDAGInstrs.h | 54 SmallSet<unsigned, 8> LoopLiveIns; in VisitLoop() 70 const SmallSet<unsigned, 8> &LoopLiveIns) { in VisitRegion() 126 SmallSet<unsigned, 8> LoopLiveInRegs;
|
D | PeepholeOptimizer.cpp | 103 SmallSet<unsigned, 4> &ImmDefRegs, 106 SmallSet<unsigned, 4> &ImmDefRegs, 353 SmallSet<unsigned, 4> &ImmDefRegs, in isMoveImmediate() 374 SmallSet<unsigned, 4> &ImmDefRegs, in FoldImmediate() 407 SmallSet<unsigned, 4> ImmDefRegs; in runOnMachineFunction()
|
D | MachineCSE.cpp | 85 SmallSet<unsigned,8> &PhysRefs) const; 87 SmallSet<unsigned,8> &PhysRefs) const; 192 SmallSet<unsigned,8> &PhysRefs) const { in hasLivePhysRegDefUses() 218 SmallSet<unsigned,8> &PhysRefs) const { in PhysRegDefsReach() 397 SmallSet<unsigned,8> PhysRefs; in ProcessBlock()
|
D | ProcessImplicitDefs.cpp | 50 SmallSet<unsigned, 8> &ImpDefRegs) { in CanTurnIntoImplicitDef() 63 SmallSet<unsigned, 8> &ImpDefRegs) { in isUndefCopy() 92 SmallSet<unsigned, 8> ImpDefRegs; in runOnMachineFunction()
|
D | IfConversion.cpp | 198 SmallSet<unsigned, 4> &Redefs); 201 SmallSet<unsigned, 4> &Redefs, 960 static void InitPredRedefs(MachineBasicBlock *BB, SmallSet<unsigned,4> &Redefs, in InitPredRedefs() 972 static void UpdatePredRedefs(MachineInstr *MI, SmallSet<unsigned,4> &Redefs, in UpdatePredRedefs() 1008 SmallSet<unsigned,4> &Redefs, in UpdatePredRedefs() 1042 SmallSet<unsigned, 4> Redefs; in IfConvertSimple() 1133 SmallSet<unsigned, 4> Redefs; in IfConvertTriangle() 1252 SmallSet<unsigned, 4> Redefs; in IfConvertDiamond() 1364 SmallSet<unsigned, 4> &Redefs) { in PredicateBlock() 1392 SmallSet<unsigned, 4> &Redefs, in CopyAndPredicateBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopLoadElimination.cpp | 151 SmallSet<Instruction *, 4> LoadsWithUnknownDepedence; in findStoreToLoadDependences() 273 const SmallSet<Value *, 4> &PtrsWrittenOnFwdingPath, in needsChecking() 287 SmallSet<Value *, 4> findPointersWrittenOnForwardingPath( in findPointersWrittenOnForwardingPath() 325 SmallSet<Value *, 4> PtrsWrittenOnFwdingPath; in findPointersWrittenOnForwardingPath() 345 SmallSet<Value *, 4> PtrsWrittenOnFwdingPath = in collectMemchecks()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCMissingSuperCallChecker.cpp | 78 mutable llvm::StringMap<llvm::SmallSet<Selector, 16> > SelectorsForClass; 104 llvm::SmallSet<Selector, 16> &ClassSelectors = SelectorsForClass[ClassName]; in fillSelectors()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 101 SmallSet<const Instruction *, 8> CatchInfoLost; 102 SmallSet<const Instruction *, 8> CatchInfoFound;
|