Home
last modified time | relevance | path

Searched refs:TE (Results 1 - 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMBuildAttrs.cpp79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeAsString()
80 TI != TE; ++TI) in AttrTypeAsString()
91 TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags); in AttrTypeFromString()
92 TI != TE; ++TI) { in AttrTypeFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1183 const MachineBasicBlock *MBB = TE.MTM.MF->getBlockNumbered(getBlockNum());
1185 getPHIDeps(PHI, Deps, MBB, TE.MTM.MRI);
1191 DepCycle += TE.MTM.SchedModel.computeOperandLatency(Dep.DefMI, Dep.DefOp,
1201 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1203 ArrayRef<unsigned> PRCycles = TE.MTM.getProcResourceCycles(getBlockNum());
1211 PRMax = TE.MTM.getCycles(PRMax);
1217 Instrs += TE.MTM.BlockInfo[getBlockNum()].InstrCount;
1218 if (unsigned IW = TE.MTM.SchedModel.getIssueWidth())
1229 ArrayRef<unsigned> PRDepths = TE.getProcResourceDepths(getBlockNum());
1230 ArrayRef<unsigned> PRHeights = TE
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H A Dexports.mk37 # TE acts like T, but for executables instead of object files.
38 ifeq ($(TE),)
39 TE := $T macro
58 $(CCexe) $(CCexe_CFLAGS) $(TE)$@ $< $(CCexe_LDFLAGS)
/third_party/python/Lib/test/
H A Dtest_enum.py317 TE = self.MainEnum
319 self.assertEqual(repr(TE), "<flag 'MainEnum'>")
320 self.assertEqual(str(TE), "<flag 'MainEnum'>")
321 self.assertEqual(format(TE), "<flag 'MainEnum'>")
322 self.assertTrue(TE(5) is self.dupe2)
324 self.assertEqual(repr(TE), "<enum 'MainEnum'>")
325 self.assertEqual(str(TE), "<enum 'MainEnum'>")
326 self.assertEqual(format(TE), "<enum 'MainEnum'>")
327 self.assertEqual(list(TE), [TE
[all...]
H A Dtest_exception_group.py381 TE = TypeError
384 (VE, [VE(1), VE(2)], [TE(int)]),
385 (TE, [TE(int)], [VE(1), VE(2)]),
386 ((VE, TE), self.eg_template, None),
387 ((OSError, VE), [VE(1), VE(2)], [TE(int)]),
415 TE = TypeError
418 (VE, [VE(1), VE(2)], [TE(int)]),
419 (TE, [TE(in
[all...]
H A Dtest_traceback.py1693 TE = TypeError
1696 raise EG("nested", [TE(2), TE(3)])
1712 f' | raise EG("nested", [TE(2), TE(3)])\n'
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h256 Ensemble &TE; member in llvm::MachineTraceMetrics::Trace
259 unsigned getBlockNum() const { return &TBI - &TE.BlockInfo[0]; } in getBlockNum()
262 explicit Trace(Ensemble &te, TraceBlockInfo &tbi) : TE(te), TBI(tbi) {} in Trace()
299 return TE.Cycles.lookup(&MI); in getInstrCycles()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstrFoldTables.h79 friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) { in operator <()
80 return TE.KeyOp < Opcode; in operator <()
H A DX86EvexToVex.cpp48 friend bool operator<(const X86EvexToVexCompressTableEntry &TE, in operator <()
50 return TE.EvexOpcode < Opc; in operator <()
H A DX86FloatingPoint.cpp588 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <()
589 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
590 return TE.from < V; in operator <()
593 const TableEntry &TE) { in operator <()
594 return V < TE.from; in operator <()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1661 BundleMember->TE = Last; in newTreeEntry()
1806 TE = nullptr; in init()
1916 TreeEntry *TE = nullptr; member
2016 if (TreeEntry *TE = BundleMember->TE) { in schedule()
2019 for (unsigned OpIdx = 0, NumOperands = TE->getNumOperands(); in schedule()
2021 if (auto *I = dyn_cast<Instruction>(TE->getOperand(OpIdx)[Lane])) in schedule()
2586 TreeEntry *TE =
2598 TE->setOperand(i, Operands);
2602 buildTree_rec(OperandsVec[OpIdx], Depth + 1, {TE, OpId
[all...]
/third_party/skia/third_party/externals/freetype/builds/compiler/
H A Dintelc.mk57 TE := /Fe macro
H A Dvisualc.mk60 TE := /Fe macro
H A Dbcc-dev.mk56 TE := -e macro
H A Dbcc.mk56 TE := -e macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableSet.h442 typename TreeTy::iterator& TE) { in compareTreeWithSection()
445 if (TI == TE || !I->isElementEqual(&*TI)) in compareTreeWithSection()
622 typename TreeTy::iterator TI = T->begin(), TE = T->end(); in getCanonicalTree() local
623 if (!compareTreeWithSection(TNew, TI, TE)) in getCanonicalTree()
625 if (TI != TE) in getCanonicalTree()
440 compareTreeWithSection(TreeTy* T, typename TreeTy::iterator& TI, typename TreeTy::iterator& TE) compareTreeWithSection() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h98 TE = 12, // 0b1100 enumerator
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp115 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), enumerator
120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
H A Des31fShaderCommonFunctionTests.cpp2124 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION),
2129 ALL_SHADERS = VS|TC|TE|GS|FS|CS,
2130 NEW_SHADERS = TC|TE|GS|CS,
H A Des31fShaderIntegerFunctionTests.cpp1118 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), in init() enumerator
1120 ALL_SHADERS = VS|TC|TE|GS|FS|CS in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp139 bool operator<(const NEONLdStTableEntry &TE) const { in operator <()
140 return PseudoOpc < TE.PseudoOpc; in operator <()
142 friend bool operator<(const NEONLdStTableEntry &TE, unsigned PseudoOpc) { in operator <()
143 return TE.PseudoOpc < PseudoOpc; in operator <()
146 const NEONLdStTableEntry &TE) { in operator <()
147 return PseudoOpc < TE.PseudoOpc; in operator <()
H A DARMBaseInstrInfo.h497 TE = 12, // 0b1100 enumerator
/third_party/node/src/
H A Dnode_http_common.h64 V(TE, "te") \
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderIntegerFunctionTests.cpp1258 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), in init() enumerator
1260 ALL_SHADERS = VS|TC|TE|GS|FS|CS in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp659 if (const PPCMCExpr *TE = dyn_cast<PPCMCExpr>(Val)) { in CreateFromMCExpr()
661 if (TE->evaluateAsConstant(Res)) in CreateFromMCExpr()

Completed in 40 milliseconds

12