Home
last modified time | relevance | path

Searched defs:isDef (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h148 bool isDef() const { return Value.is<Def>(); } in isDef() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp851 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineInstr & MI) getSpillWeight() argument
857 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineBasicBlock * MBB) getSpillWeight() argument
H A DMachineOperand.cpp273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DPatterns.h
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h384 bool isDef() const { in isDef() function
H A DRDFGraph.h577 bool isDef() const { in isDef() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp779 bool isDef = isLoadSingle(Opcode); CreateLoadStoreMulti() local
1734 InsertLDR_STR(MachineBasicBlock & MBB,MachineBasicBlock::iterator & MBBI,int Offset,bool isDef,unsigned NewOpc,unsigned Reg,bool RegDeadKill,bool RegUndef,unsigned BaseReg,bool BaseKill,bool BaseUndef,ARMCC::CondCodes Pred,unsigned PredReg,const TargetInstrInfo * TII,MachineInstr * MI) InsertLDR_STR() argument
H A DARMISelLowering.cpp2719 bool isDef = GVal->isStrongDefinitionForLinker(); LowerCall() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp831 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { forAllMIsUntilDef() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3207 bool isDef = false; handleWeakImportAttr() local