HomeSort by relevance Sort by last modified time
    Searched defs:TF (Results 1 - 17 of 17) sorted by null

  /external/strace/tests/
ksysent.c 32 #define TF 0
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 301 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags();
307 assert(TF == SparcMCExpr::VK_Sparc_None &&
310 assert((TF == SparcMCExpr::VK_Sparc_HI
311 || TF == SparcMCExpr::VK_Sparc_H44
312 || TF == SparcMCExpr::VK_Sparc_HH
313 || TF == SparcMCExpr::VK_Sparc_TLS_GD_HI22
314 || TF == SparcMCExpr::VK_Sparc_TLS_LDM_HI22
315 || TF == SparcMCExpr::VK_Sparc_TLS_LDO_HIX22
316 || TF == SparcMCExpr::VK_Sparc_TLS_IE_HI22
317 || TF == SparcMCExpr::VK_Sparc_TLS_LE_HIX22) &
    [all...]
SparcISelLowering.cpp     [all...]
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 97 struct TF {
99 ~TF();
102 TF<T>::~TF() noexcept(false) {}
121 TF<int> f;
  /toolchain/binutils/binutils-2.25/opcodes/
ia64-opc-i.c 172 #define TF(a,b,c) \
176 {"tf.z", TF (0, 0, 0)},
177 {"tf.nz", TFCM (0, 0, 0)},
178 {"tf.z.unc", TF (0, 0, 1)},
179 {"tf.nz.unc", TFCM (0, 0, 1)},
180 {"tf.z.and", TF (0, 1, 0)},
181 {"tf.nz.andcm", TFCM (0, 1, 0)}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 521 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
524 Load = DAG.getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase,
530 ChainResult = TF;
586 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1),
590 ChainResult = TF;
    [all...]
LegalizeVectorOps.cpp 693 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores);
694 AddLegalizedOperand(Op, TF);
695 return TF;
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 452 if (unsigned TF = getTargetFlags())
453 OS << "[TF=" << TF << ']';
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 178 unsigned TF = MO.getTargetFlags();
197 if (TF == ARMII::MO_LO16)
199 else if (TF == ARMII::MO_HI16)
209 if (TF & ARMII::MO_LO16)
211 else if (TF & ARMII::MO_HI16)
213 GetARMGVSymbol(GV, TF)->print(O, MAI);
216 if (TF == ARMII::MO_PLT)
    [all...]
ARMExpandPseudoInsts.cpp     [all...]
ARMFastISel.cpp 599 unsigned char TF = 0;
601 TF = ARMII::MO_NONLAZY;
612 TII.get(Opc), DestReg).addGlobalAddress(GV, 0, TF));
    [all...]
  /external/strace/
syscall.c 74 #define TF TRACE_FILE
108 #undef TF
    [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp     [all...]
  /external/opencv/cv/src/
cvfundam.cpp 797 CvMat U, F0, TF;
876 W = U = V = TF = F0;
880 TF.data.db = v + 27;
886 cvGEMM( &U, &W, 1., 0, 0., &TF, CV_GEMM_A_T );
887 cvGEMM( &TF, &V, 1., 0, 0., &F0, 0/*CV_GEMM_B_T*/ );
900 cvGEMM( &T1, &F0, 1., 0, 0., &TF, CV_GEMM_A_T );
902 cvGEMM( &TF, &T0, 1., 0, 0., &F0, 0 );
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 687 milliseconds