Searched refs:TF (Results 26 - 50 of 51) sorted by relevance

123

/external/strace/linux/mips/
H A Dsyscallent-n32.h5 { 3, TD|TF, sys_open, "open" }, /* 6002 */ variable
7 { 2, TF, sys_stat64, "stat" }, /* 6004 */
9 { 2, TF, sys_lstat64, "lstat" }, /* 6006 */
23 { 2, TF, sys_access, "access" }, /* 6020 */
60 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 6057 */
77 { 2, TF, sys_truncate64, "truncate" }, /* 6074 */
80 { 2, TF, sys_getcwd, "getcwd" }, /* 6077 */
81 { 1, TF, sys_chdir, "chdir" }, /* 6078 */
83 { 2, TF, sys_rename, "rename" }, /* 6080 */
84 { 2, TF, sys_mkdi
86 { 2, TD|TF, sys_creat, "creat" }, /* 6083 */ variable
254 { 4, TD|TF, sys_openat, "openat" }, /* 6251 */ variable
255 { 3, TD|TF, sys_mkdirat, "mkdirat" }, /* 6252 */ variable
256 { 4, TD|TF, sys_mknodat, "mknodat" }, /* 6253 */ variable
257 { 5, TD|TF, sys_fchownat, "fchownat" }, /* 6254 */ variable
258 { 3, TD|TF, sys_futimesat, "futimesat" }, /* 6255 */ variable
259 { 4, TD|TF, sys_newfstatat, "newfstatat" }, /* 6256 */ variable
260 { 3, TD|TF, sys_unlinkat, "unlinkat" }, /* 6257 */ variable
261 { 4, TD|TF, sys_renameat, "renameat" }, /* 6258 */ variable
262 { 5, TD|TF, sys_linkat, "linkat" }, /* 6259 */ variable
263 { 3, TD|TF, sys_symlinkat, "symlinkat" }, /* 6260 */ variable
264 { 4, TD|TF, sys_readlinkat, "readlinkat" }, /* 6261 */ variable
265 { 3, TD|TF, sys_fchmodat, "fchmodat" }, /* 6262 */ variable
266 { 3, TD|TF, sys_faccessat, "faccessat" }, /* 6263 */ variable
282 { 4, TD|TF, sys_utimensat, "utimensat" }, /* 6279 */ variable
304 { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 6301 */ variable
306 { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at"}, /* 6303 */ variable
568 { 4, TD|TF, printargs, "n32_openat" }, /* 6251 */ variable
569 { 3, TD|TF, printargs, "n32_mkdirat" }, /* 6252 */ variable
570 { 4, TD|TF, printargs, "n32_mknodat" }, /* 6253 */ variable
571 { 5, TD|TF, printargs, "n32_fchownat" }, /* 6254 */ variable
572 { 3, TD|TF, printargs, "n32_futimesat" }, /* 6255 */ variable
573 { 4, TD|TF, printargs, "n32_newfstatat" }, /* 6256 */ variable
574 { 3, TD|TF, printargs, "n32_unlinkat" }, /* 6257 */ variable
575 { 4, TD|TF, printargs, "n32_renameat" }, /* 6258 */ variable
576 { 5, TD|TF, printargs, "n32_linkat" }, /* 6259 */ variable
577 { 3, TD|TF, printargs, "n32_symlinkat" }, /* 6260 */ variable
578 { 4, TD|TF, printargs, "n32_readlinkat" }, /* 6261 */ variable
579 { 3, TD|TF, printargs, "n32_fchmodat" }, /* 6262 */ variable
580 { 3, TD|TF, printargs, "n32_faccessat" }, /* 6263 */ variable
596 { 4, TD|TF, printargs, "n32_utimensat" }, /* 6279 */ variable
620 { 5, TD|TF, printargs, "n32_name_to_handle_at" }, /* 6303 */ variable
[all...]
H A Dsyscallent-compat.h354 { 0, TF, printargs, "sysv_quotactl" }, /* 1141 */
573 { 0, TF, printargs, "bsd43_quotactl" }, /* 2168 */
/external/strace/linux/sparc/
H A Dsyscallent1.h33 { 6, TF, solaris_open, "open" }, /* 5 */
36 { 6, TF, solaris_creat, "creat" }, /* 8 */
37 { 6, TF, solaris_link, "link" }, /* 9 */
38 { 6, TF, solaris_unlink, "unlink" }, /* 10 */
39 { 6, TF|TP, solaris_exec, "exec" }, /* 11 */
40 { 6, TF, solaris_chdir, "chdir" }, /* 12 */
42 { 6, TF, solaris_mknod, "mknod" }, /* 14 */
43 { 6, TF, solaris_chmod, "chmod" }, /* 15 */
44 { 6, TF, solaris_chown, "chown" }, /* 16 */
46 { 6, TF, solaris_sta
[all...]
/external/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp97 struct TF { struct
99 ~TF();
102 TF<T>::~TF() noexcept(false) {}
121 TF<int> f;
/external/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp301 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); local
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
[all...]
H A DSparcCodeEmitter.cpp222 unsigned TF = MO.getTargetFlags(); local
223 switch (TF) {
H A DSparcISelLowering.h143 SDValue withTargetFlags(SDValue Op, unsigned TF, SelectionDAG &DAG) const;
H A DSparcISelLowering.cpp898 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) local
901 Callee = DAG.getTargetGlobalAddress(G->getGlobal(), dl, MVT::i32, 0, TF);
903 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), MVT::i32, TF);
1213 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_)
1217 TF); local
1219 Callee = DAG.getTargetExternalSymbol(E->getSymbol(), getPointerTy(), TF);
1759 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, argument
1765 GA->getOffset(), TF);
1771 CP->getOffset(), TF);
1777 TF);
[all...]
/external/strace/linux/ia64/
H A Dsyscallent.h822 { 3, TD|TF, sys_open, "open" }, /* 1028 */ variable
824 { 2, TD|TF, sys_creat, "creat" }, /* 1030 */ variable
825 { 2, TF, sys_link, "link" }, /* 1031 */
826 { 1, TF, sys_unlink, "unlink" }, /* 1032 */
827 { 3, TF|TP|SE|SI, sys_execve, "execve" }, /* 1033 */
828 { 1, TF, sys_chdir, "chdir" }, /* 1034 */
830 { 2, TF, sys_utimes, "utimes" }, /* 1036 */
831 { 3, TF, sys_mknod, "mknod" }, /* 1037 */
832 { 2, TF, sys_chmod, "chmod" }, /* 1038 */
833 { 3, TF, sys_chow
1075 { 4, TD|TF, sys_openat, "openat" }, /* 1281 */ variable
1076 { 3, TD|TF, sys_mkdirat, "mkdirat" }, /* 1282 */ variable
1077 { 4, TD|TF, sys_mknodat, "mknodat" }, /* 1283 */ variable
1078 { 5, TD|TF, sys_fchownat, "fchownat" }, /* 1284 */ variable
1079 { 3, TD|TF, sys_futimesat, "futimesat" }, /* 1285 */ variable
1080 { 4, TD|TF, sys_newfstatat, "newfstatat" }, /* 1286 */ variable
1081 { 3, TD|TF, sys_unlinkat, "unlinkat" }, /* 1287 */ variable
1082 { 4, TD|TF, sys_renameat, "renameat" }, /* 1288 */ variable
1083 { 5, TD|TF, sys_linkat, "linkat" }, /* 1289 */ variable
1084 { 3, TD|TF, sys_symlinkat, "symlinkat" }, /* 1290 */ variable
1085 { 4, TD|TF, sys_readlinkat, "readlinkat" }, /* 1291 */ variable
1086 { 3, TD|TF, sys_fchmodat, "fchmodat" }, /* 1292 */ variable
1087 { 3, TD|TF, sys_faccessat, "faccessat" }, /* 1293 */ variable
1109 { 5, TD|TF, sys_fanotify_mark, "fanotify_mark" }, /* 1324 */ variable
1111 { 5, TD|TF, sys_name_to_handle_at, "name_to_handle_at"}, /* 1326 */ variable
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp405 if (unsigned int TF = GADN->getTargetFlags())
406 OS << " [TF=" << TF << ']'; local
411 if (unsigned int TF = JTDN->getTargetFlags())
412 OS << " [TF=" << TF << ']'; local
423 if (unsigned int TF = CP->getTargetFlags())
424 OS << " [TF=" << TF << ']'; local
427 if (unsigned TF
428 OS << " [TF=" << TF << ']'; local
441 OS << " [TF=" << TF << ']'; local
499 OS << " [TF=" << TF << ']'; local
[all...]
H A DLegalizeVectorOps.cpp631 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores); local
632 AddLegalizedOperand(Op, TF);
633 return TF;
H A DLegalizeDAG.cpp507 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores); local
510 Load = DAG.getExtLoad(LD->getExtensionType(), dl, VT, TF, StackBase,
515 ChainResult = TF;
568 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), local
572 ChainResult = TF;
H A DSelectionDAG.cpp6201 EVT VT, int64_t o, unsigned char TF)
6202 : SDNode(Opc, Order, DL, getSDVTList(VT)), Offset(o), TargetFlags(TF) {
6345 // If this is a token factor, all inputs to the TF happen in parallel. If any
6346 // of the operands of the TF does not reach dest, then we cannot do the xform.
6199 GlobalAddressSDNode(unsigned Opc, unsigned Order, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
H A DDAGCombiner.cpp1386 SDNode *TF = TFs[i]; local
1389 for (unsigned i = 0, ie = TF->getNumOperands(); i != ie; ++i) {
1390 SDValue Op = TF->getOperand(i);
/external/clang/test/Sema/
H A Dattr-mode.c65 typedef float f128ibm __attribute__ ((mode (TF))); // expected-error{{unsupported machine mode 'TF'}}
67 typedef float f128ibm __attribute__ ((mode (TF)));
/external/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp129 unsigned TF = MO.getTargetFlags(); local
149 (TF == ARMII::MO_LO16))
152 (TF == ARMII::MO_HI16))
163 (TF & ARMII::MO_LO16))
166 (TF & ARMII::MO_HI16))
168 O << *GetARMGVSymbol(GV, TF);
171 if (TF == ARMII::MO_PLT)
857 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; local
858 MCSym = GetARMGVSymbol(GV, TF);
1275 const unsigned TF local
1291 unsigned TF = MI->getOperand(1).getTargetFlags(); local
1324 unsigned TF = MI->getOperand(2).getTargetFlags(); local
[all...]
H A DARMExpandPseudoInsts.cpp717 unsigned TF = MO.getTargetFlags(); local
718 LO16 = LO16.addExternalSymbol(ES, TF | ARMII::MO_LO16);
719 HI16 = HI16.addExternalSymbol(ES, TF | ARMII::MO_HI16);
724 unsigned TF = MO.getTargetFlags(); local
725 LO16 = LO16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_LO16);
726 HI16 = HI16.addGlobalAddress(GV, MO.getOffset(), TF | ARMII::MO_HI16);
1029 unsigned TF = MO1.getTargetFlags(); local
1033 unsigned LO16TF = TF | ARMII::MO_LO16;
1034 unsigned HI16TF = TF | ARMII::MO_HI16;
1040 .addGlobalAddress(GV, MO1.getOffset(), TF | LO16T
[all...]
H A DARMFastISel.cpp596 unsigned char TF = 0; local
598 TF = ARMII::MO_NONLAZY;
609 TII.get(Opc), DestReg).addGlobalAddress(GV, 0, TF));
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1453 JumpTableSDNode(int jti, EVT VT, bool isTarg, unsigned char TF) argument
1455 0, DebugLoc(), getSDVTList(VT)), JTI(jti), TargetFlags(TF) {
1478 unsigned Align, unsigned char TF)
1481 TargetFlags(TF) {
1486 EVT VT, int o, unsigned Align, unsigned char TF)
1489 TargetFlags(TF) {
1535 TargetIndexSDNode(int Idx, EVT VT, int64_t Ofs, unsigned char TF) argument
1537 TargetFlags(TF), Index(Idx), Offset(Ofs) {}
1724 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned char TF, EVT VT) argument
1726 0, DebugLoc(), getSDVTList(VT)), Symbol(Sym), TargetFlags(TF) {
1477 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, unsigned Align, unsigned char TF) argument
1485 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, EVT VT, int o, unsigned Align, unsigned char TF) argument
[all...]
/external/clang/lib/Analysis/
H A DLiveVariables.cpp450 TransferFunctions TF(*this, val, obs, block);
454 TF.Visit(const_cast<Stmt*>(term));
471 TF.Visit(const_cast<Stmt*>(S));
/external/opencv/cv/src/
H A Dcvfundam.cpp797 CvMat U, F0, TF; local
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 );
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java1087 TF(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp391 if (unsigned TF = getTargetFlags())
392 OS << "[TF=" << TF << ']'; local
/external/strace/
H A Dsyscall.c93 #define TF TRACE_FILE macro
122 #undef TF macro
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20859 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
20866 return DCI.CombineTo(N, NewVec, TF, true);
20960 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains);
20971 return DCI.CombineTo(N, Sext, TF, true);
20997 return DCI.CombineTo(N, Shuff, TF, true);
21013 return DCI.CombineTo(N, Shuff, TF, true);

Completed in 4761 milliseconds

123