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.h147 bool isDef() const { return Value.is<Def>(); } in isDef() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp901 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
908 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
H A DMachineOperand.cpp285 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h296 bool isDef() const { return Def; } in isDef() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h383 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.cpp777 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1732 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
H A DARMISelLowering.cpp2856 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp942 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2958 bool isDef = false; in handleWeakImportAttr() local