Home
last modified time | relevance | path

Searched refs:isVirtual (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DFile.cpp76 bool isVirtual() const override;
85 bool VirtualFile::isVirtual() const in isVirtual() function in __anon492144a70111::VirtualFile
99 bool isVirtual() const override;
108 bool PhysicalFile::isVirtual() const in isVirtual() function in __anon492144a70111::PhysicalFile
DFile.hpp59 virtual bool isVirtual() const = 0;
DServer.cpp567 if(file->isVirtual()) in source()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h103 assert(virtReg.isVirtual()); in getPhys()
114 assert(virtReg.isVirtual()); in clearVirt()
167 assert(virtReg.isVirtual()); in getStackSlot()
DMachineRegisterInfo.h111 if (RegNo.isVirtual()) in getRegUseDefListHead()
117 if (RegNo.isVirtual()) in getRegUseDefListHead()
218 assert(VReg.isVirtual() && "Must pass a VReg"); in shouldTrackSubRegLiveness()
793 assert(VReg.isVirtual()); in getRegAllocationHint()
803 assert(VReg.isVirtual()); in getSimpleHint()
DRegister.h89 bool isVirtual() const { in isVirtual() function
DTargetRegisterInfo.h382 if (regA.isVirtual() || regB.isVirtual()) in regsOverlap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp84 assert(virtReg.isVirtual() && Register::isPhysicalRegister(physReg)); in assignVirt2Phys()
105 if (Hint.isVirtual()) in hasPreferredPhys()
120 assert(virtReg.isVirtual()); in assignVirt2StackSlot()
128 assert(virtReg.isVirtual()); in assignVirt2StackSlot()
515 if (!MO.isReg() || !MO.getReg().isVirtual()) in rewrite()
DMachineSink.cpp435 if (MO.isReg() && MO.getReg().isVirtual()) in ProcessDbgInst()
810 if (DbgMO.getReg().isVirtual() != SrcMO->getReg().isVirtual()) in attemptDebugCopyProp()
815 bool arePhysRegs = !DbgMO.getReg().isVirtual(); in attemptDebugCopyProp()
988 if (!MO.isReg() || !MO.isDef() || !MO.getReg().isVirtual()) in SinkInstruction()
1040 if (!MO.isReg() || !MO.isDef() || !MO.getReg().isVirtual()) in SalvageUnsunkDebugUsersOfCopy()
DRegAllocFast.cpp631 assert(Reg.isVirtual()); in traceCopyChain()
894 if (!Reg.isVirtual()) in handleThroughOperands()
1006 assert(i->VirtReg.isVirtual() && "Bad map key"); in dumpState()
1099 if (!Reg.isVirtual()) in allocateInstruction()
1128 if (!Reg.isVirtual()) in allocateInstruction()
DMachineOperand.cpp77 assert(Reg.isVirtual()); in substVirtReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolThunk.h44 FORWARD_SYMBOL_METHOD(isVirtual)
DPDBSymbolFunc.h73 FORWARD_SYMBOL_METHOD(isVirtual)
DIPDBRawSymbol.h250 virtual bool isVirtual() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp134 if (Dst.getSubReg() == 0 /*NoSubRegister*/ && Src.getReg().isVirtual() && in computeKnownBitsImpl()
403 if (Src.getReg().isVirtual() && Src.getSubReg() == 0 && in computeNumSignBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h113 bool isVirtual() const;
478 inline bool SectionRef::isVirtual() const { in isVirtual() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizationArtifactCombiner.h523 assert(NewDef.isVirtual() && "Unexpected redefinition of a physreg"); in tryCombineInstruction()
538 if (Copy.isVirtual()) in tryCombineInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h224 bool isVirtual() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h219 bool isVirtual() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolizableObjectFile.cpp322 if (!Sec.isText() || Sec.isVirtual()) in getModuleSectionIndexForAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp712 bool NativeRawSymbol::isVirtual() const { in isVirtual() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp199 if (S.isVirtual()) { in addRelocations()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp2112 BlockMetadata(const ALLOCATION_CALLBACKS* allocationCallbacks, bool isVirtual);
2166 BlockMetadata_Generic(const ALLOCATION_CALLBACKS* allocationCallbacks, bool isVirtual);
2634 BlockMetadata::BlockMetadata(const ALLOCATION_CALLBACKS* allocationCallbacks, bool isVirtual) : in BlockMetadata() argument
2636 m_IsVirtual(isVirtual), in BlockMetadata()
2645 …a_Generic::BlockMetadata_Generic(const ALLOCATION_CALLBACKS* allocationCallbacks, bool isVirtual) : in BlockMetadata_Generic() argument
2646 BlockMetadata(allocationCallbacks, isVirtual), in BlockMetadata_Generic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp646 if (SrcReg.isVirtual()) { // XXX - This can be an assert? in foldOperand()
692 UseMI->getOperand(0).getReg().isVirtual() && in foldOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1474 if (DT->getTag() == dwarf::DW_TAG_inheritance && DT->isVirtual()) { in constructMemberDIE()
1556 if (DT->isVirtual()) in constructMemberDIE()

12