Home
last modified time | relevance | path

Searched defs:LoadType (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
Dasm-types.cc98 AsmType* AsmType::LoadType() { in LoadType() function in v8::internal::wasm::AsmType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp103 Type *LoadType = LoadPtrType->getPointerElementType(); in isDependenceDistanceOfOne() local
DNewGVN.cpp1326 LoadExpression *NewGVN::createLoadExpression(Type *LoadType, Value *PointerOp, in createLoadExpression()
1416 NewGVN::performSymbolicLoadCoercion(Type *LoadType, Value *LoadPtr, in performSymbolicLoadCoercion()
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h656 constexpr LoadType(LoadTypeValue val) // NOLINT(runtime/explicit) in LoadType() function