/external/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 146 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 155 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 282 bool isDef() const { in isDef() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervals.cpp | 864 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 870 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
D | MachineOperand.cpp | 234 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 596 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/ |
D | MachineOperand.h | 373 bool isDef() const { in isDef() function
|
/external/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 736 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local 1551 bool isDef, const DebugLoc &DL, unsigned NewOpc, in InsertLDR_STR()
|
D | ARMISelLowering.cpp | 1853 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLoadStoreOptimizer.cpp | 775 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local 1629 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
|
D | ARMISelLowering.cpp | 2353 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 547 bool isDef() const { in isDef() function
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 501 bool isDef() const { in isDef() function
|
/external/llvm/lib/CodeGen/ |
D | LiveIntervalAnalysis.cpp | 819 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
D | MachineInstr.cpp | 177 void MachineOperand::ChangeToRegister(unsigned Reg, bool isDef, bool isImp, in ChangeToRegister()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64LoadStoreOptimizer.cpp | 757 bool isDef = any_of(I->operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2538 bool isDef = false; in handleWeakImportAttr() local
|