Home
last modified time | relevance | path

Searched defs:Defs (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp57 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
108 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
165 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
DA15SDOptimizer.cpp412 SmallVector<unsigned, 8> Defs; in getReadDPRs() local
619 SmallVector<unsigned, 8> Defs = getReadDPRs(MI); in runOnInstruction() local
DThumb2SizeReduction.cpp259 SmallSet<unsigned, 2> Defs; in canAddPseudoFlagDep() local
/external/skia/src/svg/parser/
DSkSVGDefs.cpp12 DEFINE_SVG_NO_INFO(Defs) in DEFINE_SVG_NO_INFO() argument
/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp67 SmallVector<unsigned, 4> Defs; in stepForward() local
DLiveVariables.cpp444 SmallVectorImpl<unsigned> &Defs) { in HandlePhysRegDef()
487 SmallVectorImpl<unsigned> &Defs) { in UpdatePhysRegDefs()
501 SmallVectorImpl<unsigned> &Defs) { in runOnInstr()
561 SmallVector<unsigned, 4> Defs; in runOnBlock() local
791 SmallSet<unsigned, 16> Defs, Kills; in addNewBlock() local
DMachineCopyPropagation.cpp73 const DestList& Defs = SI->second; in SourceNoLongerAvailable() local
239 SmallVector<unsigned, 2> Defs; in CopyPropagateBlock() local
DMachineInstrBundle.cpp123 SmallVector<MachineOperand*, 4> Defs; in finalizeBundle() local
DTwoAddressInstructionPass.cpp873 SmallSet<unsigned, 2> Defs; in rescheduleMIBelowKill() local
1056 SmallSet<unsigned, 2> Defs; in rescheduleKillAboveMI() local
DBranchFolding.cpp1615 SmallSet<unsigned,4> &Defs) { in findHoistingInsertPosAndDeps()
1733 SmallSet<unsigned, 4> Uses, Defs; in HoistCommonCodeInSuccs() local
DRegisterPressure.cpp319 SmallVector<unsigned, 8> Defs; member in __anone03ce3340111::RegisterOperands
DRegAllocFast.cpp1108 if (const uint16_t *Defs = Desc->getImplicitDefs()) in runOnMachineFunction() local
DLiveDebugVariables.cpp677 SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs; in computeIntervals() local
DMachineLICM.cpp1322 SmallVector<unsigned, 2> Defs; in EliminateCSE() local
DIfConversion.cpp1427 SmallVector<unsigned, 4> Defs; in IfConvertDiamond() local
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp73 const auto &Defs = Records.getDefs(); in run() local
DInstrInfoEmitter.cpp369 std::vector<Record*> Defs = Inst->getValueAsListOfDefs("Defs"); in run() local
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h132 Reg2SUnitsMap Defs; variable
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp283 SmallVector<MachineInstr*,8> Defs; in makeUndead() local
426 SmallVector<RegisterRef,2> Defs; in addInstrToLiveness() local
815 bool HexagonExpandCondsets::canMoveOver(MachineInstr *MI, ReferenceMap &Defs, in canMoveOver()
987 ReferenceMap Uses, Defs; in predicate() local
/external/clang/utils/TableGen/
DNeonEmitter.cpp1950 SmallVectorImpl<Intrinsic *> &Defs) { in genBuiltinsDef()
1981 SmallVectorImpl<Intrinsic *> &Defs) { in genOverloadTypeCheckCode()
2077 SmallVectorImpl<Intrinsic *> &Defs) { in genIntrinsicRangeCheckCode()
2163 SmallVector<Intrinsic *, 128> Defs; in runHeader() local
2322 SmallVector<Intrinsic *, 128> Defs; in run() local
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp96 BitVector Defs, Uses; member in __anon7a8cbf180111::RegDefsUses
160 SmallPtrSet<ValueType, 4> Uses, Defs; member in __anon7a8cbf180111::MemDefsUses
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp845 unsigned Defs = Mask; in adjustLiveRegs() local
1660 std::bitset<8> Defs; in setKillFlags() local
/external/llvm/lib/TableGen/
DRecord.cpp1860 std::vector<Record*> Defs; in getValueAsListOfDefs() local
2015 const auto &Defs = RK.getDefs(); in operator <<() local
2031 std::vector<Record*> Defs; in getAllDerivedDefinitions() local
/external/llvm/include/llvm/TableGen/
DRecord.h1675 RecordMap Classes, Defs; variable