Searched refs:VIndex (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | unicodedata.c | 698 int LIndex, VIndex; in nfc_nfkc() local 700 VIndex = PyUnicode_READ(kind, data, i+1) - VBase; in nfc_nfkc() 701 code = SBase + (LIndex*VCount+VIndex)*TCount; in nfc_nfkc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DIBuilder.cpp | 790 unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, in createMethod() 801 LinkageName, F, LineNo, Ty, LineNo, VTableHolder, VIndex, ThisAdjustment, in createMethod() 788 createMethod( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *F, unsigned LineNo, DISubroutineType *Ty, unsigned VIndex, int ThisAdjustment, DIType *VTableHolder, DINode::DIFlags Flags, DISubprogram::DISPFlags SPFlags, DITemplateParameterArray TParams, DITypeArray ThrownTypes) createMethod() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 3142 Register VIndex = MI.getOperand(3).getReg(); // VGPR in getInstrMapping() local 3147 unsigned Size3 = MRI.getType(VIndex).getSizeInBits(); in getInstrMapping()
|
H A D | SIISelLowering.cpp | 6113 // if VIndex is non-zero then this function returns 0. Otherwise, 6118 SDValue VIndex = SDValue()) { in getBufferOffsetForMMO() 6124 if (VIndex) { in getBufferOffsetForMMO() 6125 if (!isa<ConstantSDNode>(VIndex) || !cast<ConstantSDNode>(VIndex)->isNullValue()) in getBufferOffsetForMMO()
|
Completed in 40 milliseconds