Searched refs:IsFunc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp273 bool IsFunc = !AMDGPU::isEntryFunctionCC(F.getCallingConv()); local
297 if (!AttrName.empty() && (IsFunc || !NonKernelOnly)) {
335 if (HasFlat && !IsFunc && HaveCall) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp3120 bool IsFunc = SrcTy->isMemberFunctionPointer(); local
3124 if (IsReinterpret && IsFunc)
3177 bool IsFunc = SrcTy->isMemberFunctionPointer(); local
3185 if (!inheritanceModelHasOnlyOneField(IsFunc, SrcInheritance)) {
3189 if (inheritanceModelHasNVOffsetField(IsFunc, SrcInheritance))
3203 llvm::Value *&NVAdjustField = IsFunc ? NonVirtualBaseAdjustment : FirstField;
3294 if (inheritanceModelHasOnlyOneField(IsFunc, DstInheritance)) {
3300 if (inheritanceModelHasNVOffsetField(IsFunc, DstInheritance))

Completed in 119 milliseconds