Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagOperands.h56 bool isDef() const { return IsDef; } in isDef() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h156 bool isDef() const { return Value.is<Def>(); } in isDef() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp44 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp863 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
869 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
H A DMachineOperand.cpp241 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp608 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
804 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h375 bool isDef() const { in isDef() function
H A DRDFGraph.h547 bool isDef() const { in isDef() function
/netbsd-src/external/apache2/llvm/dist/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.cpp2524 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp822 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp2891 bool isDef = false; in handleWeakImportAttr() local