/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 148 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 851 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 D | MachineOperand.cpp | 273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.h |
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 384 bool isDef() const { in isDef() function
|
H A D | RDFGraph.h | 577 bool isDef() const { in isDef() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 779 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 D | ARMISelLowering.cpp | 2719 bool isDef = GVal->isStrongDefinitionForLinker(); LowerCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 831 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { forAllMIsUntilDef() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 3207 bool isDef = false; handleWeakImportAttr() local
|