Home
last modified time | relevance | path

Searched refs:WD (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DInstrBuilder.cpp690 for (const WriteDescriptor &WD : D.Writes) {
691 RegID = WD.isImplicitWrite() ? WD.RegisterID
692 : MCI.getOperand(WD.OpIndex).getReg();
694 if (WD.IsOptionalDef && !RegID) {
700 NewIS->getDefs().emplace_back(WD, RegID,
H A DInstruction.cpp125 dbgs() << "{ OpIdx=" << WD->OpIndex << ", Lat=" << getLatency() << ", RegID " in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H A DInstruction.h100 const WriteDescriptor *WD; member in llvm::mca::WriteState
109 // field RegisterID from WD.
152 : WD(&Desc), CyclesLeft(UNKNOWN_CYCLES), RegisterID(RegID), PRFID(0), in WriteState()
161 unsigned getWriteResourceID() const { return WD->SClassOrWriteResourceID; } in getWriteResourceID()
164 unsigned getLatency() const { return WD->Latency; } in getLatency()
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h83 WD = 0x18, enumerator
H A Dac_perfcounter.c545 .gpu_block = WD,
546 .name = "WD",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp249 WD = {PWD, PWD}; in RealFileSystem()
251 WD = {PWD, RealPWD}; in RealFileSystem()
269 if (!WD) in adjustPath()
272 sys::fs::make_absolute(WD->Resolved, Storage); in adjustPath()
282 Optional<WorkingDirectory> WD; member in __anon24340::RealFileSystem
308 if (WD) in getCurrentWorkingDirectory()
309 return WD->Specified.str(); in getCurrentWorkingDirectory()
318 if (!WD) in setCurrentWorkingDirectory()
330 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp748 uint16_t WD = getRegBitWidth(RD);
750 assert(WD >= WS);
752 RegisterCell Res(WD);
754 Res.fill(WS, WD, BitValue::Zero);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp956 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse()
958 : NarrowDef(ND), NarrowUse(NU), WideDef(WD), in NarrowIVDefUse()

Completed in 16 milliseconds