Home
last modified time | relevance | path

Searched refs:FromKind (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackColoring.cpp936 MachineFrameInfo::SSPLayoutKind FromKind in remapInstructions() local
939 if (FromKind != MachineFrameInfo::SSPLK_None && in remapInstructions()
942 FromKind != MachineFrameInfo::SSPLK_AddrOf))) in remapInstructions()
943 MFI->setObjectSSPLayout(SI.second, FromKind); in remapInstructions()
/external/v8/src/
Dproperty-details.h117 static Representation FromKind(Kind kind) { return Representation(kind); } in FromKind() function
299 return Representation::FromKind(static_cast<Representation::Kind>(bits)); in DecodeRepresentation()