Home
last modified time | relevance | path

Searched refs:Comdat (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDeduplicate: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DComdat.cpp22 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
24 Comdat::Comdat() = default;
44 case Comdat::Any: in LLVMGetComdatSelectionKind()
46 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
48 case Comdat::Largest: in LLVMGetComdatSelectionKind()
50 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
52 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
59 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
62 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
68 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DComdat.cpp23 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {}
25 Comdat::Comdat() = default;
45 case Comdat::Any:
47 case Comdat::ExactMatch:
49 case Comdat::Largest:
51 case Comdat::NoDuplicates:
53 case Comdat::SameSize:
60 Comdat *Cd = unwrap(C);
63 Cd->setSelectionKind(Comdat::Any);
69 Cd->setSelectionKind(Comdat::Largest); in ShouldUpgradeX86Intrinsic()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DComdat.cpp23 Comdat::Comdat(Comdat &&C) : Name(C.Name), SK(C.SK) {} in Comdat() function in Comdat
25 Comdat::Comdat() = default;
45 case Comdat::Any: in LLVMGetComdatSelectionKind()
47 case Comdat::ExactMatch: in LLVMGetComdatSelectionKind()
49 case Comdat::Largest: in LLVMGetComdatSelectionKind()
51 case Comdat::NoDuplicates: in LLVMGetComdatSelectionKind()
53 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
60 Comdat *Cd = unwrap(C); in LLVMSetComdatSelectionKind()
63 Cd->setSelectionKind(Comdat::Any); in LLVMSetComdatSelectionKind()
69 Cd->setSelectionKind(Comdat::Largest); in LLVMSetComdatSelectionKind()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
234 const Comdat *DstC = &DstCI->second; in getComdatResult()
382 Comdat::SelectionKind SK; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
462 const Comdat &C = SMEC.getValue(); in run()
465 Comdat::SelectionKind SK; in run()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
234 const Comdat *DstC = &DstCI->second; in getComdatResult()
382 Comdat::SelectionKind SK; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
462 const Comdat &C = SMEC.getValue(); in run()
465 Comdat::SelectionKind SK; in run()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
234 const Comdat *DstC = &DstCI->second; in getComdatResult()
382 Comdat::SelectionKind SK; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
462 const Comdat &C = SMEC.getValue(); in run()
465 Comdat::SelectionKind SK; in run()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any:
200 case Comdat::SelectionKind::Largest:
250 const Comdat *DstC = &DstCI->second;
398 Comdat::SelectionKind SK;
422 const Comdat *SC = GV.getComdat();
440 Comdat *C = GV.getComdat();
477 const Comdat &C = SMEC.getValue();
480 Comdat::SelectionKind SK;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
200 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
250 const Comdat *DstC = &DstCI->second; in getComdatResult()
398 Comdat::SelectionKind SK; in linkIfNeeded()
422 const Comdat *SC = GV.getComdat(); in addLazyFor()
440 Comdat *C = GV.getComdat(); in dropReplacedComdat()
477 const Comdat &C = SMEC.getValue(); in run()
480 Comdat::SelectionKind SK; in run()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
234 const Comdat *DstC = &DstCI->second; in getComdatResult()
382 Comdat::SelectionKind SK; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
462 const Comdat &C = SMEC.getValue(); in run()
465 Comdat::SelectionKind SK; in run()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
184 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
234 const Comdat *DstC = &DstCI->second; in getComdatResult()
382 Comdat::SelectionKind SK; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor()
424 Comdat *C = GV.getComdat(); in dropReplacedComdat()
462 const Comdat &C = SMEC.getValue(); in run()
465 Comdat::SelectionKind SK; in run()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp71 std::map<const Comdat *, std::pair<Comdat::SelectionKind, bool>>
73 bool getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &SK,
176 case Comdat::SelectionKind::Any: in computeResultingSelectionKind()
200 case Comdat::SelectionKind::Largest: in computeResultingSelectionKind()
250 const Comdat *DstC = &DstCI->second; in getComdatResult()
398 Comdat::SelectionKind SK; in linkIfNeeded()
422 const Comdat *SC = GV.getComdat(); in addLazyFor()
440 Comdat *C = GV.getComdat(); in dropReplacedComdat()
477 const Comdat &C = SMEC.getValue(); in run()
480 Comdat::SelectionKind SK; in run()
[all …]

12345678910>>...56