Searched refs:Idx0 (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_vector_ops.cpp660 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
667 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2),
676 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
683 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2),
694 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3,
702 V1, V2, Idx0, Idx1 % (NumElements * 2), Idx2 % (NumElements * 2),
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1157 Value *CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = "") { argument
1158 return CreateConstGEP1_32(nullptr, Ptr, Idx0, Name);
1160 Value *CreateConstGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1162 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
1169 Value *CreateConstInBoundsGEP1_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1171 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
1178 Value *CreateConstGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, argument
1181 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
1190 Value *CreateConstInBoundsGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, argument
1193 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
1202 CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
1210 CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
1219 CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
1231 CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h817 Value *CreateConstGEP1_32(Value *Ptr, unsigned Idx0, const Twine &Name = "") { argument
818 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
825 Value *CreateConstInBoundsGEP1_32(Value *Ptr, unsigned Idx0, argument
827 Value *Idx = ConstantInt::get(Type::getInt32Ty(Context), Idx0);
834 Value *CreateConstGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, argument
837 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
846 Value *CreateConstInBoundsGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, argument
849 ConstantInt::get(Type::getInt32Ty(Context), Idx0),
858 Value *CreateConstGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = "") { argument
859 Value *Idx = ConstantInt::get(Type::getInt64Ty(Context), Idx0);
866 CreateConstInBoundsGEP1_64(Value *Ptr, uint64_t Idx0, const Twine &Name = �) argument
875 CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
887 CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, const Twine &Name = �) argument
[all...]
/external/llvm/lib/IR/
H A DConstantFold.cpp2054 Constant *Idx0 = cast<Constant>(Idxs[0]);
2055 if ((Idxs.size() == 1 && Idx0->isNullValue()))
2117 if (Idx0->isNullValue())
2120 if (ConstantInt *CI = dyn_cast<ConstantInt>(Idx0))
2132 if (!Idx0->isNullValue()) {
2134 if (IdxTy != Idx0->getType()) {
2137 Idx0->getType()->getIntegerBitWidth());
2142 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, CommonTy);
2147 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2168 if (CE->isCast() && Idxs.size() > 1 && Idx0
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp2174 Constant *Idx0 = cast<Constant>(Idxs[0]);
2175 if ((Idxs.size() == 1 && Idx0->isNullValue()))
2212 if ((LastTy && LastTy->isArrayTy()) || Idx0->isNullValue()) {
2222 if (!Idx0->isNullValue()) {
2224 if (IdxTy != Idx0->getType()) {
2226 Constant *C1 = ConstantExpr::getSExtOrBitCast(Idx0, Int64Ty);
2231 ConstantExpr::get(Instruction::Add, Idx0, Combined);
2249 if (CE->isCast() && Idxs.size() > 1 && Idx0->isNullValue()) {
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX86Base.h1198 int8_t Idx0, int8_t Idx1, int8_t Idx2, int8_t Idx3, int8_t Idx4,
1203 Operand *Src1, int8_t Idx0, int8_t Idx1,
H A DIceTargetLoweringX86BaseImpl.h6156 int8_t Idx0, int8_t Idx1, int8_t Idx2, int8_t Idx3, int8_t Idx4,
6162 Idx0, Idx1, Idx2, Idx3, Idx4, Idx5, Idx6, Idx7,
6184 Variable *Dest, Operand *Src0, Operand *Src1, int8_t Idx0, int8_t Idx1,
6202 IDX_IN_SRC(Idx0, 0), IDX_IN_SRC(Idx1, 0), IDX_IN_SRC(Idx2, 0),
6216 if (Idx0 >= 16 || Idx1 >= 16 || Idx2 >= 16 || Idx3 >= 16 || Idx4 >= 16 ||
6223 IDX_IN_SRC(Idx0, 1), IDX_IN_SRC(Idx1, 1), IDX_IN_SRC(Idx2, 1),
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp5111 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local
5113 Value *Op0 = Builder.CreateExtractElement(Vec, Idx0, "lane0");
5124 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local
5126 Value *Op0 = Builder.CreateExtractElement(Vec, Idx0, "lane0");
5137 llvm::Value *Idx0 = llvm::ConstantInt::get(SizeTy, 0); local
5139 Value *Op0 = Builder.CreateExtractElement(Vec, Idx0, "lane0");
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp8435 SDValue Idx0 = DAG.getConstant(0, MVT::i32); local
8440 SDValue LHS1 = Extract128BitVector(LHS, Idx0, DAG, dl);
8445 SDValue RHS1 = Extract128BitVector(RHS, Idx0, DAG, dl);
9789 SDValue Idx0 = DAG.getConstant(0, MVT::i32); local
9794 SDValue LHS1 = Extract128BitVector(LHS, Idx0, DAG, dl);
9799 SDValue RHS1 = Extract128BitVector(RHS, Idx0, DAG, dl);

Completed in 335 milliseconds