Searched refs:EndPoint (Results 1 – 11 of 11) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 90 const SlotIndex EndPoint; variable 94 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() argument 96 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill) in LiveQueryResult() 115 return EndPoint.isDead(); in isDeadDef() 145 return EndPoint; in endPoint() 506 SlotIndex EndPoint; in Query() local 510 EndPoint = I->end; in Query() 515 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 528 EndPoint = I->end; in Query() 530 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 92 const SlotIndex EndPoint; variable 96 LiveQueryResult(VNInfo *EarlyVal, VNInfo *LateVal, SlotIndex EndPoint, in LiveQueryResult() argument 98 : EarlyVal(EarlyVal), LateVal(LateVal), EndPoint(EndPoint), Kill(Kill) in LiveQueryResult() 117 return EndPoint.isDead(); in isDeadDef() 147 return EndPoint; in endPoint() 544 SlotIndex EndPoint; in Query() local 548 EndPoint = I->end; in Query() 553 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query() 566 EndPoint = I->end; in Query() 568 return LiveQueryResult(EarlyVal, LateVal, EndPoint, Kill); in Query()
|
/external/tcpdump/tests/ |
D | rsvp-inf-loop-2-v.out | 5 IPv4 Tunnel EndPoint: 10.33.0.1, Tunnel ID: 0x0004, Extended Tunnel ID: 10.31.0.1
|
/external/skia/modules/sksg/include/ |
D | SkSGGradient.h | 62 SG_ATTRIBUTE(EndPoint , SkPoint, fEndPoint )
|
/external/crosvm/devices/src/pci/pcie/ |
D | pcie_host.rs | 152 device_type: HotPlugDeviceType::EndPoint, in visit_children() 247 if let HotPlugDeviceType::EndPoint = child.device_type { in run()
|
/external/crosvm/src/ |
D | main.rs | 252 device_type: HotPlugDeviceType::EndPoint, in modify_vfio() 263 device_type: HotPlugDeviceType::EndPoint, in modify_vfio()
|
/external/crosvm/vm_control/src/ |
D | lib.rs | 1030 EndPoint, enumerator
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5557 IntervalMap EndPoint; in calculateRegisterUsage() local 5585 EndPoint[Instr] = Index; in calculateRegisterUsage() 5596 for (auto &Interval : EndPoint) in calculateRegisterUsage()
|
/external/crosvm/src/crosvm/sys/ |
D | unix.rs | 2199 HotPlugDeviceType::EndPoint => { in add_hotplug_device() 2310 HotPlugDeviceType::EndPoint => HostHotPlugKey::Vfio { host_addr }, in remove_hotplug_device()
|
/external/crosvm/devices/src/pci/ |
D | vfio_pci.rs | 576 device_type: HotPlugDeviceType::EndPoint, in run()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 5390 IntervalMap EndPoint; in calculateRegisterUsage() local 5416 EndPoint[Instr] = IdxToInstr.size(); in calculateRegisterUsage() 5427 for (auto &Interval : EndPoint) in calculateRegisterUsage()
|