/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 148 bool isDef() const { return Value.is<Def>(); } isDef() function
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 43 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 851 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 D | MachineOperand.cpp | 273 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister() argument [all...] |
/llvm-project/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 611 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local 807 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
|
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | Patterns.h | 274 bool isDef() const { return Def; } isDef() function
|
/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
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 254 __anoneedde2c00302(TableGenIndexSymbol *sym, SMRange refLoc, bool isDef = false) initialize() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 780 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 D | ARMISelLowering.cpp | 2747 bool isDef = GVal->isStrongDefinitionForLinker(); LowerCall() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | symbol.cpp | 670 DumpForUnparse(llvm::raw_ostream & os,const Symbol & symbol,bool isDef) DumpForUnparse() argument
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 833 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { forAllMIsUntilDef() local
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 199 bool isDef = false) { in initialize() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2747 bool isDef = false; handleWeakImportAttr() local
|