Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DComdat.cpp53 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
75 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
DAsmWriter.cpp4032 case Comdat::SameSize: in print()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dsizeofpack.cpp192 using SameSize = bool_constant<sizeof...(A) == sizeof...(B)>; typedef
194 template<typename... B, typename = SameSize<B...>>
/external/llvm/test/Linker/
Dcomdat5.ll7 ; CHECK: Linking COMDATs named 'foo': SameSize violated!
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dcomdat5.ll7 ; CHECK: Linking COMDATs named 'foo': SameSize violated!
/external/llvm/include/llvm/IR/
DComdat.h36 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DComdat.h39 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/external/llvm/lib/Linker/
DLinkModules.cpp202 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
220 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp878 case Comdat::SameSize: in getSelectionForCOFF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1806 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
1809 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1077 case Comdat::SameSize: in getSelectionForCOFF()
/external/llvm/lib/IR/
DAsmWriter.cpp3355 case Comdat::SameSize: in print()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp995 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1030 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1046 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp881 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/external/llvm/lib/AsmParser/
DLLParser.cpp564 SK = Comdat::SameSize; in parseComdat()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp636 SK = Comdat::SameSize; in parseComdat()