Home
last modified time | relevance | path

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

/external/skia/src/svg/
DSkSVGDefs.cpp12 DEFINE_SVG_NO_INFO(Defs) in DEFINE_SVG_NO_INFO() argument
/external/llvm/lib/Target/ARM/
DThumb2ITBlockPass.cpp55 SmallSet<unsigned, 4> &Defs, in TrackDefUses()
106 SmallSet<unsigned, 4> &Defs, in MoveCopyOutOfITBlock()
163 SmallSet<unsigned, 4> Defs; in InsertITInstructions() local
DA15SDOptimizer.cpp414 SmallVector<unsigned, 8> Defs; in getReadDPRs() local
615 SmallVector<unsigned, 8> Defs = getReadDPRs(MI); in runOnInstruction() local
DThumb2SizeReduction.cpp239 SmallSet<unsigned, 2> Defs; in canAddPseudoFlagDep() local
/external/llvm/lib/CodeGen/
DMachineCopyPropagation.cpp71 const DestList& Defs = SI->second; in SourceNoLongerAvailable() local
234 SmallVector<unsigned, 2> Defs; in CopyPropagateBlock() local
DLiveVariables.cpp444 SmallVector<unsigned, 4> &Defs) { in HandlePhysRegDef()
487 SmallVector<unsigned, 4> &Defs) { in UpdatePhysRegDefs()
535 SmallVector<unsigned, 4> Defs; in runOnMachineFunction() local
786 SmallSet<unsigned, 16> Defs, Kills; in addNewBlock() local
DMachineInstrBundle.cpp122 SmallVector<MachineOperand*, 4> Defs; in finalizeBundle() local
DIfConversion.cpp982 SmallVector<unsigned, 4> Defs; in UpdatePredRedefs() local
1331 SmallVector<unsigned, 4> Defs; in IfConvertDiamond() local
DBranchFolding.cpp1477 SmallSet<unsigned,4> &Defs) { in findHoistingInsertPosAndDeps()
1588 SmallSet<unsigned, 4> Uses, Defs; in HoistCommonCodeInSuccs() local
DMachineLICM.cpp844 SmallVector<unsigned, 4> Defs; in UpdateRegPressure() local
1338 SmallVector<unsigned, 2> Defs; in EliminateCSE() local
DTwoAddressInstructionPass.cpp795 SmallSet<unsigned, 2> Defs; in rescheduleMIBelowKill() local
980 SmallSet<unsigned, 2> Defs; in rescheduleKillAboveMI() local
DRegisterPressure.cpp320 SmallVector<unsigned, 8> Defs; member in RegisterOperands
DRegAllocFast.cpp1101 if (const uint16_t *Defs = (*I)->getImplicitDefs()) in runOnMachineFunction() local
DLiveDebugVariables.cpp629 SmallVector<std::pair<SlotIndex, unsigned>, 16> Defs; in computeIntervals() local
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h121 Reg2SUnitsMap Defs; variable
/external/llvm/lib/Target/Mips/
DMipsDelaySlotFiller.cpp108 BitVector Defs, Uses; member in __anon9b59411e0111::RegDefsUses
170 SmallPtrSet<const Value*, 4> Uses, Defs; member in __anon9b59411e0111::MemDefsUses
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp212 std::vector<Record*> Defs = Inst->getValueAsListOfDefs("Defs"); in run() local
/external/llvm/lib/TableGen/
DRecord.cpp1840 std::vector<Record*> Defs; in getValueAsListOfDefs() local
1996 const std::map<std::string, Record*> &Defs = RK.getDefs(); in operator <<() local
2013 std::vector<Record*> Defs; in getAllDerivedDefinitions() local
/external/llvm/lib/Target/X86/
DX86FloatingPoint.cpp881 unsigned Defs = Mask; in adjustLiveRegs() local
/external/llvm/include/llvm/TableGen/
DRecord.h1648 std::map<std::string, Record*> Classes, Defs; variable