Home
last modified time | relevance | path

Searched refs:Codes (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/tools/llvm-objdump/
Dwin64-unwind-data.test15 OBJ-NEXT: Number of Codes: 8
18 OBJ-NEXT: Unwind Codes:
32 OBJ-NEXT: Number of Codes: 0
41 OBJ-NEXT: Number of Codes: 0
50 OBJ-NEXT: Number of Codes: 6
52 OBJ-NEXT: Unwind Codes:
64 EXE-NEXT: Number of Codes: 8
67 EXE-NEXT: Unwind Codes:
82 EXE-NEXT: Number of Codes: 0
92 EXE-NEXT: Number of Codes: 0
[all …]
/external/llvm/lib/IR/
DInlineAsm.cpp75 ConstraintCodeVector *pCodes = &Codes; in Parse()
81 pCodes = &multipleAlternatives[0].Codes; in Parse()
179 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse()
204 Codes = scInfo.Codes; in selectAlternative()
/external/llvm/include/llvm/IR/
DInlineAsm.h108 ConstraintCodeVector Codes; member
148 ConstraintCodeVector Codes; member
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmscnvrt.c1073 …edIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptio… in cmsGetSupportedIntentsTHR() argument
1083 if (Codes != NULL) in cmsGetSupportedIntentsTHR()
1084 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1096 if (Codes != NULL) in cmsGetSupportedIntentsTHR()
1097 Codes[nIntents] = pt ->Intent; in cmsGetSupportedIntentsTHR()
1108 cmsUInt32Number CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char… in cmsGetSupportedIntents() argument
1110 return cmsGetSupportedIntentsTHR(NULL, nMax, Codes, Descriptions); in cmsGetSupportedIntents()
/external/zxing/core/
DREADME.google12 QR Codes, Data Matrix, and the UPC family of 1D barcodes. It will provide
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2471 rCodes = &info.Codes; in getMultipleConstraintMatchWeight()
2473 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight()
2559 assert(OpInfo.Codes.size() > 1 && "Doesn't have multiple constraint options"); in ChooseConstraint()
2565 for (unsigned i = 0, e = OpInfo.Codes.size(); i != e; ++i) { in ChooseConstraint()
2567 TLI.getConstraintType(OpInfo.Codes[i]); in ChooseConstraint()
2574 assert(OpInfo.Codes[i].size() == 1 && in ChooseConstraint()
2577 TLI.LowerAsmOperandForConstraint(Op, OpInfo.Codes[i], in ChooseConstraint()
2600 OpInfo.ConstraintCode = OpInfo.Codes[BestIdx]; in ChooseConstraint()
2610 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse()
2613 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse()
[all …]
DSelectionDAGBuilder.cpp6357 for (unsigned j = 0, ee = OpInfo.Codes.size(); j != ee; ++j) { in visitInlineAsm()
6359 CType = TLI.getConstraintType(OpInfo.Codes[j]); in visitInlineAsm()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp222 for (unsigned j = 0, je = C.Codes.size(); j < je; ++j) in mightUseCTR()
223 if (StringRef(C.Codes[j]).equals_lower("{ctr}")) in mightUseCTR()
/external/llvm/lib/CodeGen/
DAnalysis.cpp143 for (unsigned j = 0, ee = CI.Codes.size(); j != ee; ++j) { in hasInlineAsmMemConstraint()
144 TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.Codes[j]); in hasInlineAsmMemConstraint()
/external/zlib/src/doc/
Drfc1951.txt437 values determined at step 2. Codes that are never used
661 Lit Value Bits Codes
705 Example: Codes 8, 16 (+2 bits 11),
850 Redundancy Codes", Proceedings of the Institute of Radio
/external/robolectric/lib/main/
Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
Dlcms2.h1618 … CMSEXPORT cmsGetSupportedIntents(cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptio…
1619 …edIntentsTHR(cmsContext ContextID, cmsUInt32Number nMax, cmsUInt32Number* Codes, char** Descriptio…
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td573 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119
641 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td500 // Floating Point Branch Codes
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td535 // Selection DAG Condition Codes
/external/libexif/po/
Dde.po2536 "»R98« für ExifR98-Regeln. 4 Byte werden verwendet, inklusive des End-Codes "
3777 "Nullen aufgefüllt (00h). ID-Codes werden durch Registratur vergeben. Die "
3785 "dieses Feld ausliest, muss eine Funktion zum Ermitteln dieses Codes "
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24135 Constraints[0].Codes.size() == 1 && Constraints[0].Codes[0] == "A" && in ExpandInlineAsm()
24136 Constraints[1].Codes.size() == 1 && Constraints[1].Codes[0] == "0") { in ExpandInlineAsm()