reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/DominanceFrontier.h
  135     this->Roots = {DT.getRoot()};
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
 1198       AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}};
 1227       NumElements2Actions[OpcodeIdx][ElementSize] = {{}};
include/llvm/ProfileData/SampleProfWriter.h
  217     SectionHdrLayout = {{SecProfSummary, 0, 0, 0},
lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  641       OpRegBankIdx = {PMI_FirstFPR, PMI_FirstFPR};
  648     OpRegBankIdx = {PMI_FirstFPR, PMI_FirstGPR};
  654     OpRegBankIdx = {PMI_FirstGPR, PMI_FirstFPR};
  657     OpRegBankIdx = {PMI_FirstGPR,
  714       OpRegBankIdx = {PMI_FirstFPR, PMI_FirstGPR, PMI_FirstFPR, PMI_FirstFPR};
  758       OpRegBankIdx = {PMI_FirstFPR, PMI_FirstGPR, PMI_FirstFPR, PMI_FirstFPR};
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  630   Options.LoadSizes = {8, 4, 2, 1};
lib/Target/ARM/ARMLegalizerInfo.cpp
  257   FCmp32Libcalls[CmpInst::FCMP_OEQ] = {
  259   FCmp32Libcalls[CmpInst::FCMP_OGE] = {
  261   FCmp32Libcalls[CmpInst::FCMP_OGT] = {
  263   FCmp32Libcalls[CmpInst::FCMP_OLE] = {
  265   FCmp32Libcalls[CmpInst::FCMP_OLT] = {
  267   FCmp32Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F32, CmpInst::ICMP_EQ}};
  268   FCmp32Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F32, CmpInst::ICMP_EQ}};
  269   FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_EQ}};
  270   FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_EQ}};
  271   FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_EQ}};
  272   FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_EQ}};
  273   FCmp32Libcalls[CmpInst::FCMP_UNO] = {
  275   FCmp32Libcalls[CmpInst::FCMP_ONE] = {
  278   FCmp32Libcalls[CmpInst::FCMP_UEQ] = {
  283   FCmp64Libcalls[CmpInst::FCMP_OEQ] = {
  285   FCmp64Libcalls[CmpInst::FCMP_OGE] = {
  287   FCmp64Libcalls[CmpInst::FCMP_OGT] = {
  289   FCmp64Libcalls[CmpInst::FCMP_OLE] = {
  291   FCmp64Libcalls[CmpInst::FCMP_OLT] = {
  293   FCmp64Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F64, CmpInst::ICMP_EQ}};
  294   FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_EQ}};
  295   FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_EQ}};
  296   FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_EQ}};
  297   FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_EQ}};
  298   FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}};
  299   FCmp64Libcalls[CmpInst::FCMP_UNO] = {
  301   FCmp64Libcalls[CmpInst::FCMP_ONE] = {
  304   FCmp64Libcalls[CmpInst::FCMP_UEQ] = {
  313   FCmp32Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ}};
  314   FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}};
  315   FCmp32Libcalls[CmpInst::FCMP_OGT] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT}};
  316   FCmp32Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F32, CmpInst::ICMP_SLE}};
  317   FCmp32Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F32, CmpInst::ICMP_SLT}};
  318   FCmp32Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F32, CmpInst::ICMP_EQ}};
  319   FCmp32Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F32, CmpInst::ICMP_SGE}};
  320   FCmp32Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F32, CmpInst::ICMP_SGT}};
  321   FCmp32Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SLE}};
  322   FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}};
  323   FCmp32Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F32, CmpInst::ICMP_NE}};
  324   FCmp32Libcalls[CmpInst::FCMP_UNO] = {{RTLIB::UO_F32, CmpInst::ICMP_NE}};
  325   FCmp32Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F32, CmpInst::ICMP_SGT},
  327   FCmp32Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F32, CmpInst::ICMP_EQ},
  331   FCmp64Libcalls[CmpInst::FCMP_OEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ}};
  332   FCmp64Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F64, CmpInst::ICMP_SGE}};
  333   FCmp64Libcalls[CmpInst::FCMP_OGT] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT}};
  334   FCmp64Libcalls[CmpInst::FCMP_OLE] = {{RTLIB::OLE_F64, CmpInst::ICMP_SLE}};
  335   FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}};
  336   FCmp64Libcalls[CmpInst::FCMP_ORD] = {{RTLIB::O_F64, CmpInst::ICMP_EQ}};
  337   FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}};
  338   FCmp64Libcalls[CmpInst::FCMP_UGT] = {{RTLIB::OLE_F64, CmpInst::ICMP_SGT}};
  339   FCmp64Libcalls[CmpInst::FCMP_ULE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SLE}};
  340   FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_SLT}};
  341   FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}};
  342   FCmp64Libcalls[CmpInst::FCMP_UNO] = {{RTLIB::UO_F64, CmpInst::ICMP_NE}};
  343   FCmp64Libcalls[CmpInst::FCMP_ONE] = {{RTLIB::OGT_F64, CmpInst::ICMP_SGT},
  345   FCmp64Libcalls[CmpInst::FCMP_UEQ] = {{RTLIB::OEQ_F64, CmpInst::ICMP_EQ},
lib/Target/Hexagon/HexagonISelDAGToDAG.cpp
  393       Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5),
  398       Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4),
  428       Ops = { IntN->getOperand(2), I, IntN->getOperand(4), IntN->getOperand(5),
  433       Ops = { IntN->getOperand(2), IntN->getOperand(3), IntN->getOperand(4),
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  592   Options.LoadSizes = {8, 4, 2, 1};
lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  699       Params = {IRB.getInt32Ty(), Type::getInt32PtrTy(C), IRB.getInt32Ty()};
lib/Target/X86/X86RegisterBankInfo.cpp
  235     OpRegBankIdx = {PMI_GPR8,
tools/clang/lib/CodeGen/CGBuiltin.cpp
14460       Ops = { Base, EmitScalarExpr(E->getArg(1)), EmitScalarExpr(E->getArg(2)),
14463       Ops = { Base, EmitScalarExpr(E->getArg(1)),
14485       Ops = { Base, EmitScalarExpr(E->getArg(1)), EmitScalarExpr(E->getArg(2)),
14488       Ops = { Base, EmitScalarExpr(E->getArg(1)),
14521     Ops = {BaseAddress, EmitScalarExpr(E->getArg(2))};
14554     Ops = { EmitScalarExpr(E->getArg(0)), EmitScalarExpr(E->getArg(1)), QLd };
14576     Ops = { EmitScalarExpr(E->getArg(0)), EmitScalarExpr(E->getArg(1)), QLd };
tools/clang/lib/CodeGen/VarBypassDetector.cpp
   24   Scopes = {{~0U, nullptr}};
tools/clang/lib/Sema/SemaCoroutine.cpp
 1218     PlacementArgs = {StdNoThrow};
tools/clang/tools/extra/unittests/clang-doc/GeneratorTest.cpp
   29   InfoC->Namespace = {std::move(RefB)};
   41   InfoF->Namespace = {std::move(RefE), std::move(RefD)};
tools/clang/tools/extra/unittests/clang-move/ClangMoveTests.cpp
  252   Spec.Names = {std::string("a::b::Foo")};
  267   Spec.Names = {std::string("a::b::Foo")};
  278   Spec.Names = {std::string("a::b::Foo")};
  290   Spec.Names = {std::string("NonExistFoo")};
  301   Spec.Names = {std::string("Foo")};
  357   Spec.Names = {std::string("A"), std::string("B")};
tools/lld/ELF/SyntheticSections.cpp
 1678   relocData = {'A', 'P', 'S', '2'};
unittests/ADT/SmallVectorTest.cpp
  988   V1 = {0, 0};
  990   V1 = {-1, -1};