Home
last modified time | relevance | path

Searched refs:Def1 (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiation-default-1.cpp2 template<typename T, typename U = const T> struct Def1;
4 template<> struct Def1<int> { struct
8 template<> struct Def1<const int> { // expected-note{{previous definition is here}} struct
12 template<> struct Def1<int&> { struct
16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, in test_Def1()
17 Def1<int&, int&> *d3) { in test_Def1()
39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const in… struct
/external/llvm/lib/Target/Hexagon/
DHexagonGenMux.cpp75 MachineInstr *Def1, *Def2; member
79 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo()
265 MachineInstr &Def1 = *It1, &Def2 = *It2; in genMuxInBlock() local
266 MachineOperand *Src1 = &Def1.getOperand(2), *Src2 = &Def2.getOperand(2); in genMuxInBlock()
288 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1; in genMuxInBlock()
289 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock()
303 B.erase(MX.Def1); in genMuxInBlock()
DHexagonEarlyIfConv.cpp444 MachineInstr *Def1 = MRI->getVRegDef(RO1.getReg()); in computePhiCost() local
446 if (!TII->isPredicable(*Def1) || !TII->isPredicable(*Def3)) in computePhiCost()
/external/clang/test/Modules/Inputs/merge-class-definition-visibility/
Dmodmap1 module Def1 {
/external/markdown/tests/extensions-x-def_list/
Dsimple_def-lists.txt4 : Def1
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1228 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local
1231 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1517 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local
1520 if (!produceSameValue(*Def0, *Def1, MRI)) in produceSameValue()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp4216 bool Def1 = !Elems[I1].isUndef(); in buildVector() local
4218 if (Def1 || Def2) { in buildVector()
4219 SDValue Elem1 = Elems[Def1 ? I1 : I2]; in buildVector()