Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h148 bool isDef() const { return Value.is<Def>(); } in isDef() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp876 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
882 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
H A DMachineOperand.cpp273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h274 bool isDef() const { return Def; } in isDef() function
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp780 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1735 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
H A DARMISelLowering.cpp2733 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp833 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2747 bool isDef = false; in handleWeakImportAttr() local