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.cpp4922 case Comdat::SameSize: in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DComdat.h40 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.cpp541 case Comdat::SameSize: in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2711 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2714 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1658 case Comdat::SameSize: in getSelectionForCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp854 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2062 case Comdat::SameSize: in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2127 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
2128 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1326 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1380 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp903 SK = Comdat::SameSize; in parseComdat()