Home
last modified time | relevance | path

Searched refs:RFI (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp503 if (!RFI.Declaration) in collectUses()
505 OMPBuilder.addAttributes(RFI.Kind, *RFI.Declaration); in collectUses()
529 auto &RFI = RFIs[RTF]; in recollectUsesForFunction() local
530 RFI.clearUsesMap(); in recollectUsesForFunction()
558 if (RFI.Declaration && RFI.Declaration->isDeclaration()) in runtimeFnsAvailable()
608 dbgs() << TAG << RFI.Name << (RFI.Declaration ? "" : " not") \ in initializeRuntimeFunctions()
1031 (!RFI || in getCallIfRegularCall()
1032 (RFI->Declaration && CI->getCalledFunction() == RFI->Declaration))) in getCallIfRegularCall()
1043 (!RFI || in getCallIfRegularCall()
1044 (RFI->Declaration && CI->getCalledFunction() == RFI->Declaration))) in getCallIfRegularCall()
[all …]
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DExtractFunction.cpp92 Module::iterator RFI = Clone->begin(); // Get iterator to corresponding fn in deleteInstructionFromProgram() local
94 RFI, std::distance(PF->getParent()->begin(), Module::const_iterator(PF))); in deleteInstructionFromProgram()
96 Function::iterator RBI = RFI->begin(); // Get iterator to corresponding BB in deleteInstructionFromProgram()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td1403 (instregex "(H)?RFI(D)?$"),
H A DPPCInstrInfo.td4375 def RFI : XForm_0<19, 50, (outs), (ins), "rfi", IIC_SprRFI, []>,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3063 auto RFI = std::next(KmpTaskTQTyRD->field_begin(), KmpTaskTReductions); in emitProxyTaskFunction() local
3064 LValue RLVal = CGF.EmitLValueForField(Base, *RFI); in emitProxyTaskFunction()