Searched defs:getDef (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
H A Dtagmap.py30 if self.__defType is not None and tagMap.getDef() is not None:
32 if tagMap.getDef() is not None:
33 defType = tagMap.getDef()
52 def getDef(self): return self.__defType member in class:TagMap
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h105 static MemDepResult getDef(Instruction *Inst) { function in class:llvm::MemDepResult
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp424 static MachineInstr *getDef(unsigned Reg, function
452 MachineInstr *RLL = getDef(SrcReg, MRI);
455 RLL = getDef(LGFR->getOperand(1).getReg(), MRI);
460 MachineInstr *SRL = getDef(RLL->getOperand(1).getReg(), MRI);
464 MachineInstr *IPM = getDef(SRL->getOperand(1).getReg(), MRI);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.h317 Record *getDef() const { return TheDef; } function in class:llvm::CodeGenRegisterClass
/external/llvm/include/llvm/TableGen/
H A DRecord.h971 Record *getDef() const { return Def; } function in class:llvm::VarBitInit::DefInit
1443 Record *getDef(const std::string &Name) const { function in class:llvm::RecordKeeper
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.h614 inline Value *getDef(int d) const { return defs[d].get(); } function in class:nv50_ir::Instruction

Completed in 245 milliseconds