Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DComdat.cpp58 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
80 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4661 case Comdat::SameSize: in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DComdat.h40 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/openbsd-src/gnu/llvm/llvm/lib/Linker/
H A DLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp506 case Comdat::SameSize: in dumpSymtab()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2140 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
2143 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1640 case Comdat::SameSize: in getSelectionForCOFF()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp1741 bool SameSize = Dst0Ty.getSizeInBits() == SrcMergeTy.getSizeInBits(); in matchCombineUnmergeMergeToPlainValues() local
1742 if (SrcMergeTy != Dst0Ty && !SameSize) in matchCombineUnmergeMergeToPlainValues()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1799 case Comdat::SameSize: in shouldInstrumentGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp855 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1195 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1291 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp729 SK = Comdat::SameSize; in parseComdat()