Searched refs:GetVal (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
H A D | LLParser.h | 431 /// GetVal - Get a value with the specified name or ID, creating a 434 Value *GetVal(const std::string &Name, Type *Ty, LocTy Loc, bool IsCall); 435 Value *GetVal(unsigned ID, Type *Ty, LocTy Loc, bool IsCall);
|
H A D | LLParser.cpp | 2876 /// GetVal - Get a value with the specified name or ID, creating a 2879 Value *LLParser::PerFunctionState::GetVal(const std::string &Name, Type *Ty, 2914 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, 3014 GetVal(Name, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); 3019 GetVal(ID, Type::getLabelTy(F.getContext()), Loc, /*IsCall=*/false)); 5146 V = PFS->GetVal(ID.UIntVal, Ty, ID.Loc, IsCall); 5150 V = PFS->GetVal(ID.StrVal, Ty, ID.Loc, IsCall);
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 160 static UInt32 GetVal(UInt32 &res, unsigned numBits)
in GetVal() function in CBenchRandomGenerator 169 UInt32 len = GetVal(r, 2);
in GetLen() 170 return GetVal(r, 1 + len);
in GetLen() 203 if (GetVal(r, 1) == 0 || pos < 1024)
in GenerateLz() 210 if (GetVal(r, 3) != 0)
in GenerateLz() 228 const UInt32 ppp = GetVal(r, numLogBits) + kAddBits;
in GenerateLz() 232 // rep0 = GetVal(r, ppp);
in GenerateLz()
|
Completed in 13 milliseconds