/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Support.cpp | 40 MutableArrayRef<uint64_t> Masks) { in computeProcResourceMasks() argument 43 assert(Masks.size() == SM.getNumProcResourceKinds() && in computeProcResourceMasks() 46 Masks[0] = 0; in computeProcResourceMasks() 53 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 62 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks() 65 Masks[I] |= OtherMask; in computeProcResourceMasks() 76 << format_hex(Masks[I],16) << " - " in computeProcResourceMasks()
|
/external/llvm-project/llvm/lib/MCA/ |
D | Support.cpp | 40 MutableArrayRef<uint64_t> Masks) { in computeProcResourceMasks() argument 43 assert(Masks.size() == SM.getNumProcResourceKinds() && in computeProcResourceMasks() 46 Masks[0] = 0; in computeProcResourceMasks() 53 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 62 Masks[I] = 1ULL << ProcResourceID; in computeProcResourceMasks() 64 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks() 65 Masks[I] |= OtherMask; in computeProcResourceMasks() 76 << format_hex(Masks[I],16) << " - " in computeProcResourceMasks()
|
/external/llvm-project/llvm/include/llvm/MCA/Stages/ |
D | InstructionTables.h | 31 SmallVector<uint64_t, 8> Masks; variable 35 : Stage(), SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables() 36 computeProcResourceMasks(Model, Masks); in InstructionTables()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/Stages/ |
D | InstructionTables.h | 31 SmallVector<uint64_t, 8> Masks; variable 35 : Stage(), SM(Model), Masks(Model.getNumProcResourceKinds()) { in InstructionTables() 36 computeProcResourceMasks(Model, Masks); in InstructionTables()
|
/external/llvm-project/llvm/lib/MCA/Stages/ |
D | InstructionTables.cpp | 34 Masks.begin(), std::find(Masks.begin(), Masks.end(), Resource.first)); in execute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | InstructionTables.cpp | 34 Masks.begin(), std::find(Masks.begin(), Masks.end(), Resource.first)); in execute()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 167 static const int Masks[][4] = { in convertFCmp() local 214 Mask |= Masks[WhichConst][0]; in convertFCmp() 216 Mask |= Masks[WhichConst][1]; in convertFCmp() 218 Mask |= Masks[WhichConst][2]; in convertFCmp() 220 Mask |= Masks[WhichConst][3]; in convertFCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 159 static const int Masks[][4] = { in convertFCmp() local 206 Mask |= Masks[WhichConst][0]; in convertFCmp() 208 Mask |= Masks[WhichConst][1]; in convertFCmp() 210 Mask |= Masks[WhichConst][2]; in convertFCmp() 212 Mask |= Masks[WhichConst][3]; in convertFCmp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 159 static const int Masks[][4] = { in convertFCmp() local 206 Mask |= Masks[WhichConst][0]; in convertFCmp() 208 Mask |= Masks[WhichConst][1]; in convertFCmp() 210 Mask |= Masks[WhichConst][2]; in convertFCmp() 212 Mask |= Masks[WhichConst][3]; in convertFCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFRegisters.cpp | 376 Masks[R.Reg] |= R.Mask; in rr_iterator() 378 Pos = End ? Masks.end() : Masks.begin(); in rr_iterator() 379 Index = End ? Masks.size() : 0; in rr_iterator()
|
D | RDFRegisters.h | 188 MapType Masks;
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFRegisters.cpp | 372 Masks[R.Reg] |= R.Mask; in rr_iterator() 374 Pos = End ? Masks.end() : Masks.begin(); in rr_iterator() 375 Index = End ? Masks.size() : 0; in rr_iterator()
|
D | MachinePipeliner.cpp | 2994 const MCSchedModel &SM, SmallVectorImpl<uint64_t> &Masks) { in initProcResourceVectors() argument 3003 Masks.resize(SM.getNumProcResourceKinds()); in initProcResourceVectors() 3008 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors() 3016 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors() 3018 Masks[I] |= Masks[Desc.SubUnitsIdxBegin[U]]; in initProcResourceVectors() 3027 ProcResource->Name, I, Masks[I], in initProcResourceVectors()
|
/external/protobuf/src/google/protobuf/ |
D | field_mask.proto | 56 // # Field Masks in Projections 102 // # Field Masks in Update Operations 180 // # JSON Encoding of Field Masks 210 // # Field Masks and Oneof Fields
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | Support.h | 95 MutableArrayRef<uint64_t> Masks);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | Support.h | 95 MutableArrayRef<uint64_t> Masks);
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_SparseSoftmax.pbtxt | 40 (2) Masks out the original implicitly-zero locations;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.h | 848 VPBlendRecipe(PHINode *Phi, ArrayRef<VPValue *> Masks) in VPBlendRecipe() argument 851 Phi->getNumIncomingValues() == Masks.size()) && in VPBlendRecipe() 853 if (!Masks.empty()) in VPBlendRecipe() 854 User.reset(new VPUser(Masks)); in VPBlendRecipe()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFRegisters.h | 208 MapType Masks;
|
D | MachinePipeliner.h | 459 SmallVectorImpl<uint64_t> &Masks);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 2892 const MCSchedModel &SM, SmallVectorImpl<uint64_t> &Masks) { in initProcResourceVectors() argument 2901 Masks.resize(SM.getNumProcResourceKinds()); in initProcResourceVectors() 2906 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors() 2914 Masks[I] = 1ULL << ProcResourceID; in initProcResourceVectors() 2916 Masks[I] |= Masks[Desc.SubUnitsIdxBegin[U]]; in initProcResourceVectors() 2925 ProcResource->Name, I, Masks[I], in initProcResourceVectors()
|
/external/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
D | InstrRefBasedImpl.cpp | 451 SmallVector<std::pair<const MachineOperand *, unsigned>, 32> Masks; member in __anon84c0493f0211::MLocTracker 548 Masks.clear(); in reset() 581 for (const auto &MaskPair : reverse(Masks)) { in trackRegister() 657 Masks.push_back(std::make_pair(MO, InstID)); in writeRegMask() 2209 for (auto &P : MTracker->Masks) { in produceMLocTransferFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 453 SmallVectorImpl<uint64_t> &Masks);
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 1835 VectorPair Masks = opSplit(MaskN->getMask(), dl, DAG); in SplitHvxMemOp() local 1842 DAG.getMaskedLoad(SingleTy, dl, Chain, Base0, Offset, Masks.first, in SplitHvxMemOp() 1846 DAG.getMaskedLoad(SingleTy, dl, Chain, Base1, Offset, Masks.second, in SplitHvxMemOp() 1857 Masks.first, SingleTy, MOp0, in SplitHvxMemOp() 1860 Masks.second, SingleTy, MOp1, in SplitHvxMemOp()
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/task_library/ |
D | customized_task_api.md | 120 // Populate IDs, Masks and SegmentIDs to corresponding input tensors
|