Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DComdat.cpp58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp5118 case Comdat::SameSize: in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h41 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp573 case Comdat::SameSize: in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2752 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2755 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1718 case Comdat::SameSize: in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp857 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2125 case Comdat::SameSize: in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2225 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
2226 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1394 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1395 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp891 SK = Comdat::SameSize; in parseComdat()