Searched defs:isDef (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDagOperands.h | 56 bool isDef() const { return IsDef; } in isDef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 156 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | MCInstrDescView.cpp | 44 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 863 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 869 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
H A D | MachineOperand.cpp | 241 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 608 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local 804 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 375 bool isDef() const { in isDef() function
|
H A D | RDFGraph.h | 547 bool isDef() const { in isDef() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 777 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local 1732 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
|
H A D | ARMISelLowering.cpp | 2524 bool isDef = GV->isStrongDefinitionForLinker(); in LowerCall() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 822 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2891 bool isDef = false; in handleWeakImportAttr() local
|