Home
last modified time | relevance | path

Searched defs:FunDef (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVISelLowering.cpp251 MachineInstr *FunDef) { in validateFunCallMachineDef()
289 MachineInstr *FunDef = in validateFunCall() local
302 MachineInstr &FunDef) { in validateForwardCalls()
HDSPIRVModuleAnalysis.cpp358 if (const MachineOperand *FunDef = GR->getFunctionDefinitionByUse(FunUse)) { in collectFuncPtrs() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerExtFunctionsWindows.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()