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 D | InstrBuilder.cpp | 690 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 D | Instruction.cpp | 125 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 D | Instruction.h | 100 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 D | ac_perfcounter.h | 83 WD = 0x18, enumerator
|
H A D | ac_perfcounter.c | 545 .gpu_block = WD, 546 .name = "WD",
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 249 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 D | BitTracker.cpp | 748 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 D | IndVarSimplify.cpp | 956 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, in NarrowIVDefUse() 958 : NarrowDef(ND), NarrowUse(NU), WideDef(WD), in NarrowIVDefUse()
|
Completed in 16 milliseconds