Searched refs:Def2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiation-default-1.cpp | 25 struct Def2; 27 template<> struct Def2<int> { struct 31 void test_Def2(Def2<int, int const*> *d2) { in test_Def2() 36 Def2<int_ref_t> *d2; // expected-note{{in instantiation of default argument for 'Def2<int &>' requi…
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 110 MachineInstr *Def1, *Def2; member 116 Def2(&D2) {} in MuxInfo() 300 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock() local 301 MachineOperand *Src1 = &Def1.getOperand(2), *Src2 = &Def2.getOperand(2); in genMuxInBlock() 323 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() 324 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 334 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent()) in genMuxInBlock() 345 B.remove(MX.Def2); in genMuxInBlock()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | decldef.mm | 15 class Def2; // expected-note 0-1{{forward decl}} 16 Def2 *def2; 70 // expected-error@-3 {{definition of 'Def2' must be imported}}
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | def.h | 16 class Def2 {
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/merge-class-definition-visibility/ |
| H A D | modmap | 5 module Def2 {
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCReduceCRLogicals.cpp | 481 MachineInstr *Def2 = lookThroughCRCopy(MIParam.getOperand(2).getReg(), in createCRLogicalOpInfo() local 484 assert(Def2 && "Must be able to find a definition of operand 2."); in createCRLogicalOpInfo() 486 MRI->hasOneNonDBGUse(Def2->getOperand(0).getReg()); in createCRLogicalOpInfo() 489 Ret.TrueDefs = std::make_pair(Def1, Def2); in createCRLogicalOpInfo()
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 5406 bool Def2 = !Elems[I2].isUndef(); in buildVector() local 5407 if (Def1 || Def2) { in buildVector() 5409 SDValue Elem2 = Elems[Def2 ? I2 : I1]; in buildVector()
|