Searched defs:isDef (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagOperands.h |
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 148 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 876 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 882 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
H A D | MachineOperand.cpp | 273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 274 bool isDef() const { return Def; } in isDef() function
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 780 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local 1735 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
|
H A D | ARMISelLowering.cpp | 2733 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 833 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2747 bool isDef = false; in handleWeakImportAttr() local
|