Home
last modified time | relevance | path

Searched defs:Indices (Results 1 – 25 of 89) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantsContext.h169 const SmallVector<unsigned, 4> Indices; variable
195 const SmallVector<unsigned, 4> Indices; variable
/external/llvm/lib/CodeGen/
DInterleavedAccessPass.cpp231 SmallVector<unsigned, 4> Indices; in lowerInterleavedLoad() local
299 SmallVector<int, 4> Indices; in tryReplaceExtracts() local
DShadowStackGCLowering.cpp358 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
371 Value *Indices[] = {ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
/external/llvm/lib/IR/
DConstantsContext.h176 const SmallVector<unsigned, 4> Indices; variable
209 const SmallVector<unsigned, 4> Indices; variable
DAutoUpgrade.cpp500 uint32_t Indices[4]; in getX86MaskVec() local
543 uint32_t Indices[64]; in UpgradeX86PALIGNRIntrinsics() local
621 uint32_t Indices[8]; in upgradeMaskedCompare() local
/external/llvm/lib/Analysis/
DTypeMetadataUtils.cpp54 SmallVector<Value *, 8> Indices(GEP->op_begin() + 1, GEP->op_end()); in findLoadCallsAtConstantOffset() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp64 SmallVector<Value*, 8> Indices(GEP->op_begin() + 1, GEP->op_end()); in getUnderlyingObjectWithOffset() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp118 std::vector<Constant*> Indices(2); in IncrementCounterInBlock() local
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst163 Indices section in Auxiliary
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp352 Value *Indices[] = { ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
365 Value *Indices[] = { ConstantInt::get(Type::getInt32Ty(Context), 0), in CreateGEP() local
DAnalysis.cpp35 const unsigned *Indices, in ComputeLinearIndex()
/external/llvm/lib/Target/NVPTX/
DNVPTXFavorNonGenericAddrSpaces.cpp159 SmallVector<Value *, 8> Indices(GEP->idx_begin(), GEP->idx_end()); in hoistAddrSpaceCastFromGEP() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2442 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_SHF()
2522 SmallVector<int, 16> Indices, in isVECTOR_SHUFFLE_SPLATI()
2554 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVEV()
2600 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVOD()
2647 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVR()
2694 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_ILVL()
2742 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_PCKEV()
2785 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_PCKOD()
2821 SmallVector<int, 16> Indices, in lowerVECTOR_SHUFFLE_VSHF()
2880 SmallVector<int, 16> Indices; in lowerVECTOR_SHUFFLE() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp403 static bool PrefixIn(const IndicesVector &Indices, in PrefixIn()
498 IndicesVector Indices; in isSafeToPromoteArgument() local
707 IndicesVector Indices; in DoPromotion() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp256 static bool PrefixIn(const ArgPromotion::IndicesVector &Indices, in PrefixIn()
347 IndicesVector Indices; in isSafeToPromoteArgument() local
556 IndicesVector Indices; in DoPromotion() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp558 Value *Indices[2] = { in unpackLoadToAggregate() local
595 Value *Indices[2] = { in unpackLoadToAggregate() local
1061 Value *Indices[2] = { in unpackStoreToAggregate() local
1101 Value *Indices[2] = { in unpackStoreToAggregate() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp91 SmallVector<SlotIndex, 4> Indices; in ReplaceDominatedUses() local
DWebAssemblyFixIrreducibleControlFlow.cpp198 DenseMap<MachineBasicBlock *, unsigned> Indices; in VisitLoop() local
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp56 std::vector<Record*> Indices = TheDef->getValueAsListOfDefs("SubRegIndices"); in getSubRegs() local
147 std::vector<Record*> Indices = TheDef->getValueAsListOfDefs("SubRegIndices"); in addSubRegsPreOrder() local
165 std::vector<Record*> Indices = Def->getValueAsListOfDefs("SubRegIndices"); in expand() local
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp1978 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1, in copyPhysReg() local
1988 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1, in copyPhysReg() local
1998 static const unsigned Indices[] = { AArch64::dsub0, AArch64::dsub1 }; in copyPhysReg() local
2007 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1, in copyPhysReg() local
2017 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1, in copyPhysReg() local
2027 static const unsigned Indices[] = { AArch64::qsub0, AArch64::qsub1 }; in copyPhysReg() local
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp1206 bool LLParser::ParseIndexList(SmallVectorImpl<unsigned> &Indices, in ParseIndexList()
2109 SmallVector<unsigned, 4> Indices; in ParseValID() local
2127 SmallVector<unsigned, 4> Indices; in ParseValID() local
2305 ArrayRef<Constant *> Indices(Elts.begin() + 1, Elts.end()); in ParseValID() local
3914 SmallVector<Value*, 16> Indices; in ParseGetElementPtr() local
3939 SmallVector<unsigned, 4> Indices; in ParseExtractValue() local
3958 SmallVector<unsigned, 4> Indices; in ParseInsertValue() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp412 ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp498 ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3485 SmallVector<uint32_t, 16> Indices; in EmitCommonNeonBuiltinExpr() local
3689 SmallVector<uint32_t, 16> Indices; in EmitCommonNeonBuiltinExpr() local
3717 SmallVector<uint32_t, 16> Indices; in EmitCommonNeonBuiltinExpr() local
3735 SmallVector<uint32_t, 16> Indices; in EmitCommonNeonBuiltinExpr() local
3790 SmallVector<uint32_t, 16> Indices; in packTBLDVectorList() local
4465 uint32_t Indices[] = {1 - Lane, Lane}; in EmitARMBuiltinExpr() local
6447 SmallVector<uint32_t, 16> Indices; in EmitAArch64BuiltinExpr() local
6466 SmallVector<uint32_t, 16> Indices; in EmitAArch64BuiltinExpr() local
6484 SmallVector<uint32_t, 16> Indices; in EmitAArch64BuiltinExpr() local
6577 uint32_t Indices[4]; in getMaskVecValue() local
[all …]
/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp304 SmallVector<const Value*, 4> Indices; in isGEPFoldable() local

1234