Home
last modified time | relevance | path

Searched defs:Idx (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
84 const unsigned Idx; variable
/external/llvm/include/llvm/ADT/
DPackedVector.h30 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
47 static T getValue(const BitVectorTy &Bits, unsigned Idx) { in getValue()
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue()
84 const unsigned Idx; variable
DSmallBitVector.h64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {} in reference()
283 SmallBitVector &set(unsigned Idx) { in set()
318 SmallBitVector &reset(unsigned Idx) { in reset()
349 SmallBitVector &flip(unsigned Idx) { in flip()
375 bool test(unsigned Idx) const { in test()
/external/llvm/lib/Fuzzer/
DFuzzerMutate.cpp79 size_t Idx = Rand(Corpus->size()); in Mutate_CustomCrossOver() local
110 size_t Idx = Rand(Size); in Mutate_EraseByte() local
119 size_t Idx = Rand(Size + 1); in Mutate_InsertByte() local
128 size_t Idx = Rand(Size); in Mutate_ChangeByte() local
135 size_t Idx = Rand(Size); in Mutate_ChangeBit() local
165 size_t Idx = UsePositionHint ? DE.GetPositionHint() : Rand(Size + 1); in AddWordFromDictionary() local
171 size_t Idx = UsePositionHint ? DE.GetPositionHint() : Rand(Size - W.size()); in AddWordFromDictionary() local
204 size_t Idx = E + B - i - 1; in Mutate_ChangeASCIIInteger() local
215 size_t Idx = Rand(Corpus->size()); in Mutate_CrossOver() local
/external/compiler-rt/test/asan/TestCases/Linux/
Dscariness_score_test.cc50 void HeapBuferOverflow(int Idx, ReadOrWrite w) { in HeapBuferOverflow()
61 void HeapUseAfterFree(int Idx, ReadOrWrite w) { in HeapUseAfterFree()
73 void StackBufferOverflow(int Idx, ReadOrWrite w) { in StackBufferOverflow()
92 void StackUseAfterReturn(int Idx, ReadOrWrite w) { in StackUseAfterReturn()
114 void StackOverflow(int Idx) { in StackOverflow()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp165 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedLoad() local
185 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedLoad() local
298 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedStore() local
317 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedStore() local
413 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedGather() local
435 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedGather() local
537 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedScatter() local
557 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedScatter() local
623 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedExpandLoad() local
646 for (unsigned Idx = 0; Idx < VectorWidth; ++Idx) { in scalarizeMaskedExpandLoad() local
[all …]
DSplitKit.cpp458 SlotIndex Idx, in defValue()
562 for (unsigned Idx = 1, E = TRI.getNumSubRegIndices(); Idx < E; ++Idx) { in buildCopy() local
598 for (unsigned Idx : PossibleIndexes) { in buildCopy() local
685 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
692 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
709 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
758 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
789 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
1330 SlotIndex Idx = LIS.getInstructionIndex(*MI); in rewriteAssigned() local
1626 SlotIndex Idx = leaveIntvAtTop(*MBB); in splitLiveThroughBlock() local
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h58 void *getStub(unsigned Idx) const { llvm_unreachable("Not supported"); } in getStub()
59 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr()
94 void *getStub(unsigned Idx) const { in getStub()
100 void **getPtr(unsigned Idx) const { in getPtr()
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h43 unsigned Idx; member
71 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet()
75 RetOrArg CreateArg(const Function *F, unsigned Idx) { in CreateArg()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h46 unsigned Idx; member
82 RetOrArg CreateRet(const Function *F, unsigned Idx) { in CreateRet()
87 RetOrArg CreateArg(const Function *F, unsigned Idx) { in CreateArg()
/external/llvm/lib/CodeGen/
DSplitKit.cpp386 SlotIndex Idx) { in defValue()
490 void SplitEditor::selectIntv(unsigned Idx) { in selectIntv()
497 SlotIndex SplitEditor::enterIntvBefore(SlotIndex Idx) { in enterIntvBefore()
514 SlotIndex SplitEditor::enterIntvAfter(SlotIndex Idx) { in enterIntvAfter()
562 SlotIndex SplitEditor::leaveIntvAfter(SlotIndex Idx) { in leaveIntvAfter()
593 SlotIndex SplitEditor::leaveIntvBefore(SlotIndex Idx) { in leaveIntvBefore()
1079 SlotIndex Idx = LIS.getInstructionIndex(*MI); in rewriteAssigned() local
1296 SlotIndex Idx = leaveIntvAtTop(*MBB); in splitLiveThroughBlock() local
1310 SlotIndex Idx = enterIntvAtEnd(*MBB); in splitLiveThroughBlock() local
1340 SlotIndex Idx; in splitLiveThroughBlock() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcABISupport.h62 void *getStub(unsigned Idx) const { llvm_unreachable("Not supported"); } in getStub()
63 void **getPtr(unsigned Idx) const { llvm_unreachable("Not supported"); } in getPtr()
99 void *getStub(unsigned Idx) const { in getStub()
105 void **getPtr(unsigned Idx) const { in getPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp95 #define CHECK_PARTIALMAP(Idx, ValStartIdx, ValLength, RB) \ in AArch64RegisterBankInfo() argument
444 for (unsigned Idx = 1; Idx != NumOperands; ++Idx) { in getSameKindOfOperandsMapping() local
618 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { in getInstrMapping() local
748 for (unsigned Idx = 2; Idx < 4; ++Idx) { in getInstrMapping() local
776 for (unsigned Idx = 0, NumOperands = MI.getNumOperands(); in getInstrMapping() local
832 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) in getInstrMapping() local
840 for (unsigned Idx = 0; Idx < NumOperands; ++Idx) { in getInstrMapping() local
/external/cronet/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/openscreen/third_party/abseil/src/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/tensorflow/third_party/absl/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/webrtc/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/angle/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/libtextclassifier/abseil-cpp/absl/functional/internal/
Dfront_binder.h35 R Apply(Tuple&& bound, absl::index_sequence<Idx...>, Args&&... free) { in Apply()
44 using Idx = absl::make_index_sequence<sizeof...(BoundArgs) + 1>; variable
/external/clang/unittests/AST/
DCommentParser.cpp94 size_t Idx, in GetChildAt()
119 size_t Idx, in HasTextAt()
140 size_t Idx, in HasTextWithNewlineAt()
162 size_t Idx, in HasBlockCommandAt()
184 size_t Idx, in HasParamCommandAt()
232 size_t Idx, in HasTParamCommandAt()
265 size_t Idx, in HasInlineCommandAt()
285 size_t Idx, in HasInlineCommandAt()
303 size_t Idx, in HasInlineCommandAt()
326 size_t Idx, in HasHTMLStartTagAt()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp24 static inline size_t slotForIndex(TypeIndex Idx) { in slotForIndex()
110 inline bool remapTypeIndex(TypeIndex &Idx) { in remapTypeIndex()
122 inline bool remapItemIndex(TypeIndex &Idx) { in remapItemIndex()
138 inline bool remapIndex(TypeIndex &Idx, ArrayRef<TypeIndex> Map) { in remapIndex()
145 inline bool remapIndexSimple(TypeIndex &Idx, ArrayRef<TypeIndex> Map) const { in remapIndexSimple()
206 void TypeStreamMerger::addMapping(TypeIndex Idx) { in addMapping()
217 bool TypeStreamMerger::remapIndexFallback(TypeIndex &Idx, in remapIndexFallback()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DValueList.cpp68 void BitcodeReaderValueList::assignValue(Value *V, unsigned Idx, Type *FullTy) { in assignValue()
99 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, Type *Ty) { in getConstantFwdRef()
119 Value *BitcodeReaderValueList::getValueFwdRef(unsigned Idx, Type *Ty, in getValueFwdRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVTargetTransformInfo.cpp32 int RISCVTTIImpl::getIntImmCostInst(unsigned Opcode, unsigned Idx, const APInt &Imm, in getIntImmCostInst()
88 int RISCVTTIImpl::getIntImmCostIntrin(Intrinsic::ID IID, unsigned Idx, in getIntImmCostIntrin()

12345678910>>...28