/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFExpression.cpp | 73 for (uint16_t LA = DW_OP_lit0; LA <= DW_OP_lit31; ++LA) in getDescriptions() 74 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 75 for (uint16_t LA = DW_OP_reg0; LA <= DW_OP_reg31; ++LA) in getDescriptions() 76 Descriptions[LA] = Desc(Op::Dwarf2); in getDescriptions() 77 for (uint16_t LA = DW_OP_breg0; LA < in getDescriptions() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 114 Attribute LA = *LI; in cmpAttrs() local 116 if (LA.isTypeAttribute() && RA.isTypeAttribute()) { in cmpAttrs() 117 if (LA.getKindAsEnum() != RA.getKindAsEnum()) in cmpAttrs() 118 return cmpNumbers(LA.getKindAsEnum(), RA.getKindAsEnum()); in cmpAttrs() 120 Type *TyL = LA.getValueAsType(); in cmpAttrs() 129 if (LA < RA) in cmpAttrs() 131 if (RA < LA) in cmpAttrs() 301 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants() local 308 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 810 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion() local 812 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion() 817 if (LA == TypeSplitVector) in getTypeConversion() 818 return LegalizeKind(LA, in getTypeConversion() 821 if (LA == TypeScalarizeVector) in getTypeConversion() 822 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion() 823 return LegalizeKind(LA, NVT); in getTypeConversion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldImpl.h | 98 void setLoadAddress(uint64_t LA) { LoadAddress = LA; } in setLoadAddress() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 897 TargetLowering::LegalizeAction LA = TargetLowering::Expand; in getMemoryOpCost() local 900 LA = getTLI()->getTruncStoreAction(LT.second, MemVT); in getMemoryOpCost() 902 LA = getTLI()->getLoadExtAction(ISD::EXTLOAD, LT.second, MemVT); in getMemoryOpCost() 904 if (LA != TargetLowering::Legal && LA != TargetLowering::Custom) { in getMemoryOpCost()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 69 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat() 91 case tcu::TextureFormat::LA: in getPixelFormatCompareDepth() 1321 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 1369 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 1426 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 1504 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 319 unsigned LAOpcode = TII->getOpcodeForOffset(SystemZ::LA, HighOffset); in eliminateFrameIndex()
|
H A D | SystemZInstrInfo.cpp | 125 unsigned NewOpcode = getOpcodeForOffset(SystemZ::LA, Offset); in splitAdjDynAlloc() 1013 if (LIS != nullptr && (Opcode == SystemZ::LA || Opcode == SystemZ::LAY) && in foldMemoryOperandImpl() 1025 // LA(Y) %reg, CONST(%reg) -> AGSI %mem, CONST in foldMemoryOperandImpl()
|
H A D | SystemZISelLowering.cpp | 6736 BuildMI(*MBB, MI, MI.getDebugLoc(), TII->get(SystemZ::LA), Reg) in forceReg() 7536 // %NextDestReg = LA 256(%ThisDestReg) in emitMemMemWrapper() 7537 // %NextSrcReg = LA 256(%ThisSrcReg) in emitMemMemWrapper() 7546 BuildMI(MBB, DL, TII->get(SystemZ::LA), NextDestReg) in emitMemMemWrapper() 7549 BuildMI(MBB, DL, TII->get(SystemZ::LA), NextSrcReg) in emitMemMemWrapper()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 75 case TextureFormat::LA: format = GL_LUMINANCE_ALPHA; break; in getTransferFormat() 445 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, mapGLChannelType(dataType, true));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 600 if (const auto *LA = dyn_cast<Argument>(LV)) { in CompareValueComplexity() 602 unsigned LArgNo = LA->getArgNo(), RArgNo = RA->getArgNo(); in CompareValueComplexity() 694 const APInt &LA = LC->getAPInt(); in CompareSCEVComplexity() local 696 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in CompareSCEVComplexity() 699 return LA.ult(RA) ? -1 : 1; in CompareSCEVComplexity() 703 const SCEVAddRecExpr *LA = cast<SCEVAddRecExpr>(LHS); in CompareSCEVComplexity() local 709 const Loop *LLoop = LA->getLoop(), *RLoop = RA->getLoop(); in CompareSCEVComplexity() 722 unsigned LNumOps = LA->getNumOperands(), RNumOps = RA->getNumOperands(); in CompareSCEVComplexity() 729 LA->getOperand(i), RA->getOperand(i), DT, in CompareSCEVComplexity() 5368 const SCEV *LA [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2200 Value *LA = Builder.CreatePtrToInt(LoadBasePtr, IntPtrTy); in processCopyingStore() local 2202 Value *LowA = StridePos ? SA : LA; in processCopyingStore() 2203 Value *HighA = StridePos ? LA : SA; in processCopyingStore()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTextureUtil.cpp | 1629 static const TextureSwizzle LA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3 }}; 1645 case TextureFormat::LA: swizzle = &LA; break;
|
H A D | tcuTexture.cpp | 607 case TextureFormat::LA: in isColorOrder() 742 case TextureFormat::LA: return 2; in getNumUsedChannels() 868 static const TextureSwizzle LA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_1 }}; in getChannelReadSwizzle() local 887 case TextureFormat::LA: return LA; in getChannelReadSwizzle() 922 static const TextureSwizzle LA = {{ TextureSwizzle::CHANNEL_0, TextureSwizzle::CHANNEL_3, TextureSwizzle::CHANNEL_LAST, TextureSwizzle::CHANNEL_LAST }}; in getChannelWriteSwizzle() local 940 case TextureFormat::LA: return LA; in getChannelWriteSwizzle() 4401 "LA",
|
H A D | tcuTexture.hpp | 49 LA, enumerator
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fTextureSpecificationTests.cpp | 73 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8); in mapGLUnsizedInternalFormat() 121 case tcu::TextureFormat::LA: in getPixelFormatCompareDepth() 1880 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 1928 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 1980 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture() 2055 bool texHasAlpha = fmt.order == tcu::TextureFormat::RGBA || fmt.order == tcu::TextureFormat::LA || fmt.order == tcu::TextureFormat::A; in createTexture()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 60 691:["FM"],692:["MH"],800:["001"],808:["001"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],870:["001"],878:["001"],880:["BD"],881:["001"],882:["001"],883:["001"],886:["TW"],888:["001"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],979:["001"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},gb={AC:[,[,,"(?:[01589]\\d|[46])\\d{4}", 288 ,,,"7123456789",,,[10],[5,6,7]],[,,"7(?:0[0-25-8]|47|6[0-4]|7[15-8]|85)\\d{7}",,,,"7710009998",,,[10]],[,,"8(?:00|108\\d{3})\\d{7}",,,,"8001234567"],[,,"809\\d{7}",,,,"8091234567",,,[10]],[,,,,,,,,,[-1]],[,,"808\\d{7}",,,,"8081234567",,,[10]],[,,"751\\d{7}",,,,"7511234567",,,[10]],"KZ",7,"810","8",,,"8",,"8~10",,,,[,,,,,,,,,[-1]],,"33|7",[,,"751\\d{7}",,,,,,,[10]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],LA:[,[,,"[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",,,,,,,[8,9,10],[6]],[,,"(?:2[13]|[35-7][14]|41|8[1468])\\d{6}", 289 ,,,"21212862",,,[8],[6]],[,,"(?:20(?:[2359]\\d|7[6-8]|88)|302\\d)\\d{6}",,,,"2023123456",,,[10]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"LA",856,"00","0",,,"0",,,,[[,"(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],[,"(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],[,"(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],,[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]],[,,"30[013-9]\\d{6}",,,,"301234567",,,[9]],,,[,,,,,, 595 5]],,,[,,"1(?:0[1-3]|12)",,,,"101",,,[3]],[,,,,,,,,,[-1]],,,,"KZ",,,,,,,,,,,,,,,,,,[,,"1(?:0[1-3]|12)",,,,"101",,,[3]],,[,,"1(?:0[1-4]|12)|(?:3040|404)0",,,,"101"],[,,,,,,,,,[-1]],[,,"(?:304\\d|404)\\d",,,,"4040",,,[4,5]],,[,,"(?:304\\d|404)\\d",,,,"4040",,,[4,5]]],LA:[,[,,"1\\d\\d",,,,,,,[3]],,,[,,"19[015]",,,,"190"],[,,,,,,,,,[-1]],,,,"LA",,,,,,,,,,,,,,,,,,[,,"19[015]",,,,"190"],,[,,"19[015]",,,,"190"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,,,,,,,,,[-1]]],LB:[,[,,"[19]\\d\\d",,,,,,,[3]],,,[,,"1(?:12|40|75)|999",
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.h | 543 EVALUATE(LA);
|
H A D | simulator-s390.cc | 872 EvalTable[LA] = &Simulator::Evaluate_LA; in EvalTableInit() 5263 EVALUATE(LA) { in EVALUATE() 5264 DCHECK_OPCODE(LA); in EVALUATE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 769 TmpInst.setOpcode(PPC::LA); in ProcessInstruction()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLongStressCase.cpp | 227 case GL_LUMINANCE_ALPHA: return texFormat.order == TextureFormat::LA && texFormat.type == TextureFormat::UNORM_INT8; in isMatchingGLInternalFormat()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 683 const APInt &LA = C->getAPInt(); in getExactSDiv() local 685 if (LA.srem(RA) != 0) in getExactSDiv() 687 return SE.getConstant(LA.sdiv(RA)); in getExactSDiv()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | constants-s390.h | 1103 V(la, LA, 0x41) /* type = RX_A LOAD ADDRESS */ \
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrReferenceContext.cpp | 977 case GL_LUMINANCE_ALPHA: return TextureFormat(TextureFormat::LA, TextureFormat::UNORM_INT8);
|