Home
last modified time | relevance | path

Searched refs:ValSize (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsLongStressCase.hpp82 template <int ValSize>
83 …void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValu… in set()
85 type = glu::getDataTypeFloatVec(ValSize); in set()
105 template <int ValSize>
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) in set()
108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp137 unsigned ValSize = VA.getValVT().getSizeInBits(); in assignValueToReg() local
139 if (PhysRegSize > ValSize && LocSize == ValSize) { in assignValueToReg()
271 unsigned ValSize = VA.getValVT().getSizeInBits(); in assignValueToReg() local
273 if (PhysRegSize > ValSize && LocSize == ValSize) { in assignValueToReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMCallLowering.cpp342 auto ValSize = VA.getValVT().getSizeInBits(); in assignValueToReg() local
345 assert(ValSize <= 64 && "Unsupported value size"); in assignValueToReg()
349 if (ValSize == LocSize) { in assignValueToReg()
352 assert(ValSize < LocSize && "Extensions not supported"); in assignValueToReg()
DARMInstructionSelector.cpp1092 const auto ValSize = ValTy.getSizeInBits(); in select() local
1094 assert((ValSize != 64 || STI.hasVFP2Base()) && in select()
1097 const auto NewOpc = selectLoadStoreOpCode(I.getOpcode(), RegBank, ValSize); in select()
1101 if (ValSize == 1 && NewOpc == Opcodes.STORE8) { in select()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTraceState.cpp213 size_t ValSize = ValSizeInBits / 8; in TraceSwitchCallback() local
223 TryToAddDesiredData(Val, Cases[i], ValSize); in TraceSwitchCallback()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp754 uint64_t ValSize = MRI.getType(Dst).getSizeInBits() / 8; in legalizeVaArg() local
758 ValSize, std::max(Align, PtrSize))); in legalizeVaArg()
760 auto Size = MIRBuilder.buildConstant(IntPtrTy, alignTo(ValSize, PtrSize)); in legalizeVaArg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp637 unsigned ValSize = VA.getValVT().getSizeInBits() / 8; in LowerFormalArguments_64() local
642 Offset += 8 - ValSize; in LowerFormalArguments_64()
643 int FI = MF.getFrameInfo().CreateFixedObject(ValSize, Offset, true); in LowerFormalArguments_64()