Searched refs:Def2 (Results 1 – 7 of 7) sorted by relevance
/llvm-project/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_ref_t>' r…
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMux.cpp | 109 MachineInstr *Def1, *Def2; 115 Def2(&D2) {} in MuxInfo() 297 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock() 298 MachineOperand *Src1 = &Def1.getOperand(2), *Src2 = &Def2.getOperand(2); in genMuxInBlock() local 320 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock() 321 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 329 // iterators. There is a possibility that one of Def1 or Def2 is translated in genMuxInBlock() 331 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent()) in genMuxInBlock() 342 B.remove(MX.Def2); in genMuxInBlock() 110 MachineInstr *Def1, *Def2; global() member
|
/llvm-project/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/clang/test/Modules/Inputs/ |
H A D | def.h | 16 class Def2 {
|
/llvm-project/clang/test/Modules/Inputs/merge-class-definition-visibility/ |
H A D | modmap | 5 module Def2 {
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 482 MachineInstr *Def2 = lookThroughCRCopy(MIParam.getOperand(2).getReg(), in createCRLogicalOpInfo() local 485 assert(Def2 && "Must be able to find a definition of operand 2."); in createCRLogicalOpInfo() 487 MRI->hasOneNonDBGUse(Def2->getOperand(0).getReg()); in createCRLogicalOpInfo() 490 Ret.TrueDefs = std::make_pair(Def1, Def2); in createCRLogicalOpInfo()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 6188 bool Def2 = !Elems[I2].isUndef(); in LowerOperation() 6189 if (Def1 || Def2) { in LowerOperation() 6191 SDValue Elem2 = Elems[Def2 ? I2 : I1]; in LowerOperation() 5816 bool Def2 = !Elems[I2].isUndef(); buildVector() local
|