Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h132 bool isDef() const { return Value.getInt() == 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-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h157 bool isDef() const { return Value.is<Def>(); } in isDef() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h236 bool isDef() const { in isDef() function
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h282 bool isDef() const { in isDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp854 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
860 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
DMachineOperand.cpp219 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, in ChangeToRegister()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h364 bool isDef() const { in isDef() function
/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/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp351 bool isDef = (isi32Load(Opcode) || Opcode == ARM::VLDRS || in MergeOps() local
1046 int Offset, bool isDef, in InsertLDR_STR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLoadStoreOptimizer.cpp768 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local
1593 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
DARMISelLowering.cpp2057 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
/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/llvm/lib/Target/Hexagon/
DRDFGraph.h501 bool isDef() const { in isDef() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DRDFGraph.h548 bool isDef() const { in isDef() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp155 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, in ChangeToRegister()
DLiveIntervalAnalysis.cpp1716 LiveIntervals::getSpillWeight(bool isDef, bool isUse, unsigned loopDepth) { in getSpillWeight()
/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/clang/lib/Sema/
DSemaDeclAttr.cpp2538 bool isDef = false; in handleWeakImportAttr() local