Home
last modified time | relevance | path

Searched refs:IsFunc (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp41 bool IsFunc) const { in LowerSymbolOperand()
43 IsFunc ? MCSymbolRefExpr::VK_WebAssembly_FUNCTION in LowerSymbolOperand()
48 if (IsFunc) in LowerSymbolOperand()
DWebAssemblyMCInstLower.h37 bool IsFunc) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp230 bool IsFunc = !AMDGPU::isEntryFunctionCC(F.getCallingConv()); in addFeatureAttributes() local
254 if (!AttrName.empty() && (IsFunc || !NonKernelOnly)) { in addFeatureAttributes()
292 if (HasFlat && !IsFunc && HaveCall) { in addFeatureAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp111 bool IsFunc) const { in LowerSymbolOperand()
113 IsFunc ? MCSymbolRefExpr::VK_WebAssembly_FUNCTION in LowerSymbolOperand()
119 if (IsFunc) in LowerSymbolOperand()
DWebAssemblyMCInstLower.h37 bool IsFunc) const;
/external/clang/lib/CodeGen/
DMicrosoftCXXABI.cpp2997 bool IsFunc = SrcTy->isMemberFunctionPointer(); in EmitMemberPointerConversion() local
3001 if (IsReinterpret && IsFunc) in EmitMemberPointerConversion()
3054 bool IsFunc = SrcTy->isMemberFunctionPointer(); in EmitNonNullMemberPointerConversion() local
3062 if (!MSInheritanceAttr::hasOnlyOneField(IsFunc, SrcInheritance)) { in EmitNonNullMemberPointerConversion()
3066 if (MSInheritanceAttr::hasNVOffsetField(IsFunc, SrcInheritance)) in EmitNonNullMemberPointerConversion()
3080 llvm::Value *&NVAdjustField = IsFunc ? NonVirtualBaseAdjustment : FirstField; in EmitNonNullMemberPointerConversion()
3171 if (MSInheritanceAttr::hasOnlyOneField(IsFunc, DstInheritance)) { in EmitNonNullMemberPointerConversion()
3177 if (MSInheritanceAttr::hasNVOffsetField(IsFunc, DstInheritance)) in EmitNonNullMemberPointerConversion()