Searched defs:isDef (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagOperands.h | 56 bool isDef() const { return IsDef; } in isDef() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | MemoryDependenceAnalysis.h | 148 bool isDef() const { return Value.is<Def>(); } in isDef() function
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | MCInstrDescView.cpp | 44 bool Operand::isDef() const { return IsDef; } in isDef() function in llvm::exegesis::Operand
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveIntervals.cpp | 857 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight() 863 float LiveIntervals::getSpillWeight(bool isDef, bool isUse, in getSpillWeight()
|
| H A D | MachineOperand.cpp | 255 void MachineOperand::ChangeToRegister(Register Reg, bool isDef, bool isImp, in ChangeToRegister()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXIndexDataConsumer.cpp | 615 bool isDef = D->isThisDeclarationADefinition(); in handleFunction() local 811 bool isDef = D->isThisDeclarationADefinition(); in handleObjCMethod() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | MachineOperand.h | 381 bool isDef() const { in isDef() function
|
| H A D | RDFGraph.h | 548 bool isDef() const { in isDef() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 779 bool isDef = isLoadSingle(Opcode); in CreateLoadStoreMulti() local 1734 bool isDef, unsigned NewOpc, unsigned Reg, in InsertLDR_STR()
|
| H A D | ARMISelLowering.cpp | 2702 bool isDef = GVal->isStrongDefinitionForLinker(); in LowerCall() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64LoadStoreOptimizer.cpp | 804 bool isDef = any_of(I.operands(), [DefReg, TRI](MachineOperand &MOP) { in forAllMIsUntilDef() local
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3177 bool isDef = false; in handleWeakImportAttr() local
|