Searched refs:GetReturnType (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/compiler/
H A Dlinkage.h270 MachineType GetReturnType(size_t index) const { function in class:v8::internal::compiler::final
399 MachineType GetReturnType(size_t index = 0) const { function in class:v8::internal::compiler::Linkage
400 return incoming_->GetReturnType(index);
H A Dwasm-linkage.cc333 if (descriptor->GetReturnType(i) == input_type) {
347 if (descriptor->GetReturnType(i) == input_type) {
353 rets.Next(descriptor->GetReturnType(i).representation()));
H A Dmachine-graph-verifier.cc66 return desc->GetReturnType(index).representation();
103 linkage_->GetReturnType().representation());
140 desc->GetReturnType(0).representation();
504 MachineType type = inferrer_->call_descriptor()->GetReturnType(i);
H A Dsimd-scalar-lowering.cc343 descriptor->GetReturnType(0) == MachineType::Simd128())) {
351 descriptor->GetReturnType(0) == MachineType::Simd128()) {
H A Dint64-lowering.cc292 descriptor->GetReturnType(0) == MachineType::Int64())) {
299 descriptor->GetReturnType(0) == MachineType::Int64()) {
792 if (descriptor->GetReturnType(i) == MachineType::Int64()) {
H A Dlinkage.cc59 types[current++] = GetReturnType(i);
H A Dinstruction-selector.cc699 buffer->descriptor->GetReturnType(static_cast<int>(i))
H A Dsimplified-lowering.cc982 SetOutput(node, desc->GetReturnType(0).representation());
/external/clang/lib/CodeGen/
H A DCGCall.cpp86 static CanQualType GetReturnType(QualType RetTy) { function
440 GetReturnType(MD->getReturnType()), /*instanceMethod=*/false,
451 GetReturnType(returnType), /*instanceMethod=*/false,
545 return CGT.arrangeLLVMFunctionInfo(GetReturnType(fnType->getReturnType()),
579 GetReturnType(proto->getReturnType()),
593 GetReturnType(resultType), /*instanceMethod=*/false,
604 GetReturnType(resultType), /*instanceMethod=*/false, /*chainCall=*/false,
632 GetReturnType(proto->getReturnType()), /*instanceMethod=*/true,
/external/v8/src/wasm/
H A Dfunction-body-decoder.cc1379 ValueType GetReturnType(FunctionSig* sig) { function in class:v8::internal::wasm::WasmFullDecoder
1507 Push(GetReturnType(sig), node);
1967 Push(GetReturnType(sig), node);
/external/v8/src/compiler/x87/
H A Dcode-generator-x87.cc2488 MachineRepresentation rep = descriptor->GetReturnType(i).representation();

Completed in 561 milliseconds