Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDComdat.cpp58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
HDAsmWriter.cpp4922 case Comdat::SameSize: in print()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
HDllvm-lto2.cpp541 case Comdat::SameSize: in dumpSymtab()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2711 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2714 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp1658 case Comdat::SameSize: in getSelectionForCOFF()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp854 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDAddressSanitizer.cpp2062 case Comdat::SameSize: in shouldInstrumentGlobal()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp2127 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
2128 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp1326 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1380 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp903 SK = Comdat::SameSize; in parseComdat()