Home
last modified time | relevance | path

Searched refs:RetIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp344 int RetIdx = 0; in runOnFunction()
349 NewRetVal = B.CreateInsertValue(NewRetVal, RetVal, RetIdx++); in runOnFunction()
352 NewRetVal = B.CreateInsertValue(NewRetVal, ReturnPoint.second, RetIdx++); in runOnFunction()
377 int RetIdx = RetTy->isVoidTy() ? 0 : 1; in runOnFunction()
386 Value *Val = B.CreateExtractValue(StubCall, RetIdx++); in runOnFunction()
343 int RetIdx = 0; runOnFunction() local
376 int RetIdx = RetTy->isVoidTy() ? 0 : 1; runOnFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h638 ErrorOr<FunctionId> readStringFromTable(size_t *RetIdx = nullptr);
642 ErrorOr<SampleContextFrames> readContextFromTable(size_t *RetIdx = nullptr);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp522 SampleProfileReaderBinary::readStringFromTable(size_t *RetIdx) { in readStringFromTable() argument
526 if (RetIdx) in readStringFromTable()
527 *RetIdx = *Idx; in readStringFromTable()
532 SampleProfileReaderBinary::readContextFromTable(size_t *RetIdx) { in readContextFromTable() argument
538 if (RetIdx) in readContextFromTable()
539 *RetIdx = *ContextIdx; in readContextFromTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9518 for (unsigned int RetIdx = 0; RetIdx < NF; RetIdx++) in LowerINTRINSIC_W_CHAIN()
9519 Results.push_back(convertFromScalableVector(VT, Result.getValue(RetIdx), in LowerINTRINSIC_W_CHAIN()
9516 for (unsigned int RetIdx = 0; RetIdx < NF; RetIdx++) LowerINTRINSIC_W_CHAIN() local