Home
last modified time | relevance | path

Searched defs:Idxs (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/lib/IR/
DAutoUpgrade.cpp440 uint32_t Idxs[64]; in UpgradeX86PSLLDQIntrinsics() local
474 uint32_t Idxs[64]; in UpgradeX86PSRLDQIntrinsics() local
935 uint32_t Idxs[4] = { 0, 1, 0, 1 }; in UpgradeIntrinsicCall() local
993 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
1011 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local
1047 SmallVector<uint32_t, 4> Idxs(NumElts); in UpgradeIntrinsicCall() local
1063 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local
1084 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local
1102 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
1121 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
[all …]
DConstantFold.cpp871 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction()
884 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction()
2001 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices()
2052 ArrayRef<IndexTy> Idxs) { in ConstantFoldGetElementPtrImpl()
2278 ArrayRef<Constant *> Idxs) { in ConstantFoldGetElementPtr()
2284 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp756 uint32_t Idxs[64]; in UpgradeX86PSLLDQIntrinsics() local
790 uint32_t Idxs[64]; in UpgradeX86PSRLDQIntrinsics() local
2111 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
2131 SmallVector<uint32_t, 8> Idxs(DstNumElts); in UpgradeIntrinsicCall() local
2174 SmallVector<uint32_t, 8> Idxs(DstNumElts); in UpgradeIntrinsicCall() local
2193 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local
2250 SmallVector<uint32_t, 8> Idxs(NumElts); in UpgradeIntrinsicCall() local
2268 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
2287 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
2309 SmallVector<uint32_t, 16> Idxs(NumElts); in UpgradeIntrinsicCall() local
[all …]
DConstantFold.cpp877 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction()
890 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction()
2026 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices()
2071 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h836 Value *Idxs[] = { variable
848 Value *Idxs[] = { variable
877 Value *Idxs[] = { variable
889 Value *Idxs[] = { variable
/external/libcxx/benchmarks/
DCartesianBenchmarks.hpp27 constexpr auto makeEnumValueTuple(std::index_sequence<Idxs...>) { in makeEnumValueTuple()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp886 ArrayRef<unsigned> Idxs) { in ConstantFoldExtractValueInstruction()
915 ArrayRef<unsigned> Idxs) { in ConstantFoldInsertValueInstruction()
2152 static bool isInBoundsIndices(ArrayRef<IndexTy> Idxs) { in isInBoundsIndices()
2172 ArrayRef<IndexTy> Idxs) { in ConstantFoldGetElementPtrImpl()
2327 ArrayRef<Constant *> Idxs) { in ConstantFoldGetElementPtr()
2333 ArrayRef<Value *> Idxs) { in ConstantFoldGetElementPtr()
DConstants.cpp1598 Constant *ConstantExpr::getGetElementPtr(Constant *C, ArrayRef<Value *> Idxs, in getGetElementPtr()
1734 ArrayRef<unsigned> Idxs) { in getInsertValue()
1746 ArrayRef<unsigned> Idxs) { in getExtractValue()
/external/llvm/include/llvm/IR/
DIRBuilder.h1180 Value *Idxs[] = { variable
1192 Value *Idxs[] = { variable
1221 Value *Idxs[] = { variable
1233 Value *Idxs[] = { variable
/external/clang/lib/CodeGen/
DCGVTT.cpp77 llvm::Value *Idxs[] = { in EmitVTTDefinition() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIRBuilder.h1458 Value *Idxs[] = { variable
1471 Value *Idxs[] = { variable
1503 Value *Idxs[] = { variable
1516 Value *Idxs[] = { variable
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp511 Value *Idxs[2]; in insertSjLjEHSupport() local
728 Value *Idxs[2]; in setupFunctionContext() local
938 Value *Idxs[2] = { in setupEntryBlockAndCallSites() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DArgumentPromotion.cpp667 Value *Idxs[2] = { in DoPromotion() local
797 Value *Idxs[2] = { in DoPromotion() local
DGlobalOpt.cpp597 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local
604 SmallVector<Value*, 8> Idxs; in SRAGlobal() local
747 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp809 Value *Idxs[2] = { in DoPromotion() local
938 Value *Idxs[2] = { in DoPromotion() local
DGlobalOpt.cpp537 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local
545 SmallVector<Value*, 8> Idxs; in SRAGlobal() local
681 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp112 Value *Idxs[2]; in InstCombineLoadCast() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp258 Value *Idxs[2] = { in doPromotion() local
387 Value *Idxs[2] = {ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), in doPromotion() local
DGlobalOpt.cpp569 SmallVector<Constant*, 8> Idxs; in SRAGlobal() local
577 SmallVector<Value*, 8> Idxs; in SRAGlobal() local
723 SmallVector<Constant*, 8> Idxs; in OptimizeAwayTrappingUsesOfValue() local
/external/swiftshader/third_party/LLVM/lib/Analysis/
DValueTracking.cpp1319 SmallVector<unsigned, 10> &Idxs, in BuildSubAggregate()
1383 SmallVector<unsigned, 10> Idxs(idx_range.begin(), idx_range.end()); in BuildSubAggregate() local
1465 SmallVector<unsigned, 5> Idxs; in FindInsertedValue() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp110 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp110 Value *Idxs[2] = { Zero, One }; in insertCallSiteStore() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp502 std::vector<Constant*> Idxs; in Act() local
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp446 std::vector<Constant*> Idxs; in Act() local
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp3608 ArrayRef<unsigned> Idxs, const Query &Q, in SimplifyInsertValueInst()
3635 Value *Agg, Value *Val, ArrayRef<unsigned> Idxs, const DataLayout &DL, in SimplifyInsertValueInst()
3644 static Value *SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()
3667 Value *llvm::SimplifyExtractValueInst(Value *Agg, ArrayRef<unsigned> Idxs, in SimplifyExtractValueInst()

123