Home
last modified time | relevance | path

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

/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/include/llvm/CodeGen/
DMachineOperand.h282 bool isDef() const { in isDef() function
/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/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/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp736 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1551 bool isDef, const DebugLoc &DL, unsigned NewOpc, in InsertLDR_STR()
DARMISelLowering.cpp1853 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
/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()
DARMISelLowering.cpp2353 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h547 bool isDef() const { in isDef() function
/external/llvm/lib/Target/Hexagon/
DRDFGraph.h501 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/clang/lib/Sema/
DSemaDeclAttr.cpp2538 bool isDef = false; in handleWeakImportAttr() local