/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ARMBuildAttrs.cpp | 79 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 D | MachineTraceMetrics.cpp | 1183 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 D | exports.mk | 37 # 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 D | test_enum.py | 317 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 D | test_exception_group.py | 381 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 D | test_traceback.py | 1693 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 D | MachineTraceMetrics.h | 256 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 D | X86InstrFoldTables.h | 79 friend bool operator<(const X86MemoryFoldTableEntry &TE, unsigned Opcode) { in operator <() 80 return TE.KeyOp < Opcode; in operator <()
|
H A D | X86EvexToVex.cpp | 48 friend bool operator<(const X86EvexToVexCompressTableEntry &TE, in operator <() 50 return TE.EvexOpcode < Opc; in operator <()
|
H A D | X86FloatingPoint.cpp | 588 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 D | SLPVectorizer.cpp | 1661 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 D | intelc.mk | 57 TE := /Fe macro
|
H A D | visualc.mk | 60 TE := /Fe macro
|
H A D | bcc-dev.mk | 56 TE := -e macro
|
H A D | bcc.mk | 56 TE := -e macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | ImmutableSet.h | 442 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 D | ARMBaseInfo.h | 98 TE = 12, // 0b1100 enumerator
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 115 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), enumerator 120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
|
H A D | es31fShaderCommonFunctionTests.cpp | 2124 TE = (1<<glu::SHADERTYPE_TESSELLATION_EVALUATION), 2129 ALL_SHADERS = VS|TC|TE|GS|FS|CS, 2130 NEW_SHADERS = TC|TE|GS|CS,
|
H A D | es31fShaderIntegerFunctionTests.cpp | 1118 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 D | ARMExpandPseudoInsts.cpp | 139 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 D | ARMBaseInstrInfo.h | 497 TE = 12, // 0b1100 enumerator
|
/third_party/node/src/ |
H A D | node_http_common.h | 64 V(TE, "te") \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 1258 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 D | PPCAsmParser.cpp | 659 if (const PPCMCExpr *TE = dyn_cast<PPCMCExpr>(Val)) { in CreateFromMCExpr() 661 if (TE->evaluateAsConstant(Res)) in CreateFromMCExpr()
|