/device/linaro/bootloader/edk2/IntelSiliconPkg/Include/IndustryStandard/ |
IgdOpRegion.h | 66 UINT32 CEVT; ///< Offset 0x108 Current Event
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/ |
IgdOpRegion.h | 102 UINT32 CEVT; // 8 Current event
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
IgdOMOBF.ASL | 150 Store(Arg0, CEVT) // Set up the current event value
191 ;* CEVT and TIDX are indirect outputs.
201 // Call GNOT for CEVT = 1 = hotkey, notify value = 0
224 ;* CLID and CEVT are indirect outputs.
234 // Call GNOT for CEVT=2=Lid, notify value = 0
254 ;* CDCK and CEVT are indirect outputs.
264 // Call GNOT for CEVT=4=Dock, notify value = 0
|
IgdOpRn.ASL | 119 CEVT, 32, // Current event
|
/external/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | 404 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 407 if (!CEVT.isSimple()) 409 MVT VT = CEVT.getSimpleVT(); [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
MipsFastISel.cpp | 446 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 449 if (!CEVT.isSimple()) 451 MVT VT = CEVT.getSimpleVT(); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
PPCFastISel.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 647 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 650 if (!CEVT.isSimple()) return 0; 651 MVT VT = CEVT.getSimpleVT(); [all...] |
/external/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
ARMFastISel.cpp | 646 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 649 if (!CEVT.isSimple()) return 0; 650 MVT VT = CEVT.getSimpleVT(); [all...] |
/external/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 458 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 461 if (!CEVT.isSimple()) 463 MVT VT = CEVT.getSimpleVT(); [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
X86FastISel.cpp | [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
AArch64FastISel.cpp | 505 EVT CEVT = TLI.getValueType(DL, C->getType(), true); 508 if (!CEVT.isSimple()) 510 MVT VT = CEVT.getSimpleVT(); [all...] |