Home
last modified time | relevance | path

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

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