Home
last modified time | relevance | path

Searched defs:Def (Results 76 – 100 of 201) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp283 if (DefInit *Def = dyn_cast<DefInit>(Expr)) { in evaluate() local
H A DTGLexer.h97 Def, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h85 Def, enumerator
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/
H A DLibDriver.cpp386 Expected<COFFModuleDefinition> Def = in libDriverMain() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h278 Def = 0x0001 << 2, // 001 enumerator
384 using Def = NodeAddr<DefNode *>; variable
529 Def_struct Def; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp860 GCNHazardRecognizer::checkVALUHazardsHelper(const MachineOperand &Def, in checkVALUHazardsHelper()
895 Register Def = TII->getNamedOperand(MI, AMDGPU::OpName::vdst)->getReg(); in checkVALUHazards() local
931 Register Def = Dst->getReg(); in checkVALUHazards() local
1015 for (const MachineOperand &Def : VALU->defs()) { in checkVALUHazards() local
1162 for (const MachineOperand &Def : MI->defs()) { in fixVMEMtoScalarWriteHazards() local
2603 for (const MachineOperand &Def : MI->defs()) { in checkMAIVALUHazards() local
H A DAMDGPURegBankCombiner.cpp138 Register Def = Use.getOperand(0).getReg(); in getAsVgpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp97 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in getMethod() local
184 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in findPropertyDecl() local
254 if (const ObjCProtocolDecl *Def = Proto->getDefinition()) in FindPropertyDeclaration() local
1636 if (const ObjCInterfaceDecl *Def = getDefinition()) { in getImplementation() local
2009 const ObjCProtocolDecl *Def = getDefinition(); in lookupMethod() local
H A DDeclBase.cpp1388 if (auto *Def = OID->getDefinition()) in getPrimaryContext() local
1394 if (auto *Def = OPD->getDefinition()) in getPrimaryContext() local
1411 if (TagDecl *Def = Tag->getDefinition()) in getPrimaryContext() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp889 MachineInstr *Def = MRI->getVRegDef(Reg); in shouldConvertIf() local
900 MachineInstr *Def = MRI->getVRegDef(Reg); in shouldConvertIf() local
H A DRenameIndependentSubregs.cpp323 SlotIndex Def = VNI.def; in computeMainRangesFixFlags() local
H A DRegisterCoalescer.cpp2668 SlotIndex Def = VNI->def; in followCopyChain() local
3213 SlotIndex Def = LR.getValNumInfo(i)->def; in pruneValues() local
3327 SlotIndex Def = LR.getValNumInfo(i)->def; in pruneSubRegValues() local
3385 static bool isDefInSubRange(LiveInterval &LI, SlotIndex Def) { in isDefInSubRange()
3426 SlotIndex Def = VNI->def; in eraseInstrs() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp110 static void CheckForPhysRegDependency(SDNode *Def, SDNode *User, unsigned Op, in CheckForPhysRegDependency()
649 void ScheduleDAGSDNodes::computeOperandLatency(SDNode *Def, SDNode *Use, in computeOperandLatency()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp2020 for (auto *Def : Defs) { in genBuiltinsDef() local
2051 for (auto *Def : Defs) { in genStreamingSVECompatibleList() local
2087 for (auto *Def : Defs) { in genOverloadTypeCheckCode() local
2158 for (auto *Def : Defs) { in genIntrinsicRangeCheckCode() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp122 if (auto Def = TD->getDefinition()) in GetDeclForMangledName() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp403 Register Def = Inst->getOperand(DefRegIdx).getReg(); in lowerInlineAsm() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp511 for (auto Def : MI.defs()) { in slhLoads() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp499 Value *Def = CI->stripPointerCasts(); in findBaseDefiningValue() local
644 Value *Def = findBaseDefiningValueCached(I, Cache, KnownBases); in findBaseOrBDV() local
808 Value *Def = findBaseOrBDV(I, Cache, KnownBases); in findBasePointer() local
2093 Value *Def = Pair.first; in relocationViaAlloca() local
2128 Value *Def = Pair.first; in relocationViaAlloca() local
H A DGVNHoist.cpp598 bool GVNHoist::hasMemoryUse(const Instruction *NewPt, MemoryDef *Def, in hasMemoryUse()
651 bool GVNHoist::hasEHOrLoadsOnPath(const Instruction *NewPt, MemoryDef *Def, in hasEHOrLoadsOnPath()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp495 for (const auto &Def : MRI.def_instructions(Reg)) in hasArgumentDef() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h187 if (MacroDefinitionRecord *Def = getDefinition()) in getName() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp848 MacroInfo *Def = nullptr; in LeaveSubmodule() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp116 if (auto *Def = in sinkScalarOperands() local
172 if (auto *Def = in sinkScalarOperands() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp60 bool Def = false; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1856 void parseVarLenInstOperand(const Record &Def, in parseVarLenInstOperand()
1967 const Record &Def = *CGI.TheDef; in populateInstruction() local
2501 const Record *Def = Inst->TheDef; in run() local

123456789