Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
74 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4559 case Comdat::SameSize: in print()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h38 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp201 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
219 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp466 case Comdat::SameSize: in dumpSymtab()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2024 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2027 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2060 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
2061 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1580 case Comdat::SameSize: in getSelectionForCOFF()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1922 case Comdat::SameSize: in shouldInstrumentGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1137 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1133 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp675 SK = Comdat::SameSize; in parseComdat()