Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h56 bool isDef() const { return IsDef; } in isDef() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h148 bool isDef() const { return Value.is<Def>(); } in isDef() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp44 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveIntervals.cpp857 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
863 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
H A DMachineOperand.cpp255 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp615 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
811 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h381 bool isDef() const { in isDef() function
H A DRDFGraph.h548 bool isDef() const { in isDef() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp779 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1734 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
H A DARMISelLowering.cpp2702 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp804 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3177 bool isDef = false; in handleWeakImportAttr() local