Searched refs:Tm (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | predefs.in | 53 PREDEF("Tm", "(Tm)")
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafetyCommon.cpp | 956 auto *Tm = new (Arena) til::Goto(BB, Idx); in exitCFGBlockBody() local 957 CurrentBB->setTerminator(Tm); in exitCFGBlockBody() 965 auto *Tm = new (Arena) til::Branch(C, BB1, BB2); in exitCFGBlockBody() local 966 CurrentBB->setTerminator(Tm); in exitCFGBlockBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrNEON.td | 5245 RegisterClass Tm, bits<2> op1, bits<2> op2, bit op3> 5246 : N3VCP8<op1, op2, 1, op3, (outs Td:$Vd), (ins Tn:$Vn, Tm:$Vm), NoItinerary, 5250 RegisterClass Tm, bits<2> op1, bits<2> op2, bit op3> 5251 : N3VCP8Q0<op1, op2, 0, op3, (outs Td:$Vd), (ins Tn:$Vn, Tm:$Vm), NoItinerary,
|