Home
last modified time | relevance | path

Searched refs:SameSize (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DComdat.cpp58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4552 case Comdat::SameSize: in print()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
194 template<typename... B, typename = SameSize<B...>>
/llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp3.cpp150 concept SameSize = sizeof(T) == sizeof(U);
153 struct X { static constexpr bool a = SameSize<T>; };
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/llvm-project-15.0.7/llvm/test/Linker/
H A Dcomdat-samesize.ll5 ; DIFF_SIZE: Linking COMDATs named 'foo': SameSize violated!
/llvm-project-15.0.7/llvm/lib/Linker/
H A DLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp515 case Comdat::SameSize: in dumpSymtab()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2034 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2037 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1606 case Comdat::SameSize: in getSelectionForCOFF()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1716 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
1717 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1769 case Comdat::SameSize: in shouldInstrumentGlobal()
/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp883 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1156 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1275 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp707 SK = Comdat::SameSize; in parseComdat()