Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagOperands.h56 bool isDef() const { return IsDef; } in isDef() function
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h155 bool isDef() const { return Value.is<Def>(); } in isDef() function
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h146 bool isDef() const { return Value.is<Def>(); } in isDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h155 bool isDef() const { return Value.is<Def>(); } in isDef() function
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.cpp44 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h282 bool isDef() const { in isDef() function
/external/llvm-project/llvm/lib/CodeGen/
DLiveIntervals.cpp871 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
877 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
DMachineOperand.cpp241 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp864 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
870 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
DMachineOperand.cpp234 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp608 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
804 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp596 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local
797 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h373 bool isDef() const { in isDef() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineOperand.h373 bool isDef() const { in isDef() function
DRDFGraph.h547 bool isDef() const { in isDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp775 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1629 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
/external/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp736 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1551 bool isDef, const DebugLoc &DL, unsigned NewOpc, in InsertLDR_STR()
/external/llvm-project/flang/lib/Semantics/
Dsymbol.cpp533 llvm::raw_ostream &os, const Symbol &symbol, bool isDef) { in DumpForUnparse()
/external/llvm-project/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp777 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1681 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h501 bool isDef() const { in isDef() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h547 bool isDef() const { in isDef() function
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp819 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
DMachineInstr.cpp177 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, in ChangeToRegister()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp757 bool isDef = any_of(I->operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp757 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local

12