Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h148 bool isDef() const { return Value.is<Def>(); } isDef() function
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.cpp43 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp851 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineInstr & MI) getSpillWeight() argument
857 getSpillWeight(bool isDef,bool isUse,const MachineBlockFrequencyInfo * MBFI,const MachineBasicBlock * MBB) getSpillWeight() argument
H A DMachineOperand.cpp273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister() argument
[all...]
/llvm-project/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp611 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
807 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h274 bool isDef() const { return Def; } isDef() function
/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
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.cpp254 __anoneedde2c00302(TableGenIndexSymbol *sym, SMRange refLoc, bool isDef = false) initialize() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp780 bool isDef = isLoadSingle(Opcode); CreateLoadStoreMulti() local
1735 InsertLDR_STR(MachineBasicBlock & MBB,MachineBasicBlock::iterator & MBBI,int Offset,bool isDef,unsigned NewOpc,unsigned Reg,bool RegDeadKill,bool RegUndef,unsigned BaseReg,bool BaseKill,bool BaseUndef,ARMCC::CondCodes Pred,unsigned PredReg,const TargetInstrInfo * TII,MachineInstr * MI) InsertLDR_STR() argument
H A DARMISelLowering.cpp2747 bool isDef = GVal->isStrongDefinitionForLinker(); LowerCall() local
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp670 DumpForUnparse(llvm::raw_ostream & os,const Symbol & symbol,bool isDef) DumpForUnparse() argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp833 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { forAllMIsUntilDef() local
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp199 bool isDef = false) { in initialize() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2747 bool isDef = false; handleWeakImportAttr() local