Home
last modified time | relevance | path

Searched refs:Codes (Results 1 - 10 of 10) sorted by relevance

/third_party/cups-filters/filter/
H A Dtexttopdf.c132 unsigned char Codes[65536]; /* Unicode glyph mapping to font */ variable
370 memset(Codes, 0, sizeof(Codes)); in WriteProlog()
584 Codes[i] = NumFonts; in WriteProlog()
769 Codes[i] = NumFonts; in WriteProlog()
814 Codes[i] = NumFonts-1; in WriteProlog()
895 lastfont = Codes[line->ch]; in write_line()
897 lastfont = Codes[Chars[line->ch]]; in write_line()
911 font = Codes[line->ch]; in write_line()
913 font = Codes[Char in write_line()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInlineAsm.cpp68 ConstraintCodeVector *pCodes = &Codes; in Parse()
74 pCodes = &multipleAlternatives[0].Codes; in Parse()
177 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse()
212 Codes = scInfo.Codes; in selectAlternative()
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.h15 CRecordVector<DWORD> Codes; member
20 Codes.Add(systemError); in AddError()
25 Codes.Clear(); in Clear()
H A DMain.cpp394 so << NError::MyFormatMessage(pc.Codes[i]) << endl; in PrintWarningsPaths()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInlineAsm.h107 ConstraintCodeVector Codes; member
148 ConstraintCodeVector Codes; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAnalysis.cpp183 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint()
184 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp227 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR()
228 if (StringRef(C.Codes[j]).equals_lower("{ctr}")) in mightUseCTR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4455 rCodes = &info.Codes; in getMultipleConstraintMatchWeight()
4457 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
4543 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint()
4549 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint()
4551 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint()
4565 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint()
4568 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
4591 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
4600 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
4603 if (OpInfo.Codes in ComputeConstraintToUse()
[all...]
H A DSelectionDAGBuilder.cpp7806 for (const auto &Code : Codes) in hasMemory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 64 milliseconds