/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 451 void merge(StratifiedIndex Idx1, StratifiedIndex Idx2) { in merge() argument 452 assert(inbounds(Idx1) && inbounds(Idx2)); in merge() 453 assert(&linksAt(Idx1) != &linksAt(Idx2) && in merge() 459 if (tryMergeUpwards(Idx1, Idx2)) in merge() 462 if (tryMergeUpwards(Idx2, Idx1)) in merge() 467 mergeDirect(Idx1, Idx2); in merge() 472 void mergeDirect(StratifiedIndex Idx1, StratifiedIndex Idx2) { in mergeDirect() argument 473 assert(inbounds(Idx1) && inbounds(Idx2)); in mergeDirect() 475 auto *LinksInto = &linksAt(Idx1); in mergeDirect()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 67 unsigned Idx1, Idx2; in commuteInstruction() local 68 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 75 assert(MI->getOperand(Idx1).isReg() && MI->getOperand(Idx2).isReg() && in commuteInstruction() 78 unsigned Reg1 = MI->getOperand(Idx1).getReg(); in commuteInstruction() 80 bool Reg1IsKill = MI->getOperand(Idx1).isKill(); in commuteInstruction() 85 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) { in commuteInstruction() 112 MI->getOperand(Idx1).setReg(Reg2); in commuteInstruction() 114 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
|
D | ShadowStackGC.cpp | 68 int Idx1, const char *Name); 71 int Idx1, int Idx2, const char *Name);
|
/external/libxcam/modules/soft/ |
D | soft_blender.cpp | 223 if (pyr_layer[i].scale_task[SoftBlender::Idx1].ptr ()) { in stop() 224 pyr_layer[i].scale_task[SoftBlender::Idx1]->stop (); in stop() 225 pyr_layer[i].scale_task[SoftBlender::Idx1].release (); in stop() 231 if (pyr_layer[i].lap_task[SoftBlender::Idx1].ptr ()) { in stop() 232 pyr_layer[i].lap_task[SoftBlender::Idx1]->stop (); in stop() 456 if (!args->in_luma[SoftBlender::Idx0].ptr () || !args->in_luma[SoftBlender::Idx1].ptr ()) in start_blend_task() 463 …XCAM_ASSERT (args->in_luma[SoftBlender::Idx0]->get_width () == args->in_luma[SoftBlender::Idx1]->g… in start_blend_task() 499 …XCAM_ASSERT (args->lap_luma[SoftBlender::Idx0].ptr () && args->lap_luma[SoftBlender::Idx1].ptr () … in start_reconstruct_task() 500 …rgs->lap_luma[SoftBlender::Idx0]->get_width () == args->lap_luma[SoftBlender::Idx1]->get_width ()); in start_reconstruct_task() 573 if (!args->lap_luma[SoftBlender::Idx0].ptr () || !args->lap_luma[SoftBlender::Idx1].ptr ()) in start_reconstruct_task_by_gauss() [all …]
|
D | soft_blender.h | 57 Idx1, enumerator
|
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 127 bool NewMI, unsigned Idx1, in commuteInstructionImpl() argument 135 unsigned CommutableOpIdx1 = Idx1; (void)CommutableOpIdx1; in commuteInstructionImpl() 138 CommutableOpIdx1 == Idx1 && CommutableOpIdx2 == Idx2 && in commuteInstructionImpl() 140 assert(MI.getOperand(Idx1).isReg() && MI.getOperand(Idx2).isReg() && in commuteInstructionImpl() 144 unsigned Reg1 = MI.getOperand(Idx1).getReg(); in commuteInstructionImpl() 147 unsigned SubReg1 = MI.getOperand(Idx1).getSubReg(); in commuteInstructionImpl() 149 bool Reg1IsKill = MI.getOperand(Idx1).isKill(); in commuteInstructionImpl() 151 bool Reg1IsUndef = MI.getOperand(Idx1).isUndef(); in commuteInstructionImpl() 153 bool Reg1IsInternal = MI.getOperand(Idx1).isInternalRead(); in commuteInstructionImpl() 158 MI.getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) { in commuteInstructionImpl() [all …]
|
D | ShadowStackGCLowering.cpp | 60 Type *Ty, Value *BasePtr, int Idx1, 63 Type *Ty, Value *BasePtr, int Idx1, int Idx2,
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_vector_ops.cpp | 660 template <typename Ty, uint8_t Idx0, uint8_t Idx1, uint8_t Idx2, uint8_t Idx3, 667 V1, V2, Idx0 % (NumElements * 2), Idx1 % (NumElements * 2), in shufflevector() 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), in shufflevector() 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), in shufflevector()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | IRBuilder.h | 834 Value *CreateConstGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, 838 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 846 Value *CreateConstInBoundsGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, 850 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 875 Value *CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 879 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 887 Value *CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 891 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1178 Value *CreateConstGEP2_32(Type *Ty, Value *Ptr, unsigned Idx0, unsigned Idx1, 1182 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 1191 unsigned Idx1, const Twine &Name = "") { 1194 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 1219 Value *CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 1223 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 1231 Value *CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 1235 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.cpp | 619 Record *Idx1 = i1->first; in computeComposites() local 628 std::pair<Record*, Record*> IdxPair(Idx1, i2->first); in computeComposites() 641 errs() << "Warning: SubRegIndex " << getQualifiedName(Idx1) in computeComposites()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1130 CodeGenSubRegIndex *Idx1 = i1->first; in computeComposites() local 1149 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) in computeComposites() 1150 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() + in computeComposites()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 1198 int8_t Idx0, int8_t Idx1, int8_t Idx2, int8_t Idx3, int8_t Idx4, 1203 Operand *Src1, int8_t Idx0, int8_t Idx1,
|
D | IceTargetLoweringX86BaseImpl.h | 6156 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/ |
D | CGBuiltin.cpp | 5112 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 5114 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr() 5125 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 5127 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr() 5138 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 5140 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8436 SDValue Idx1 = DAG.getConstant(NumElems/2, MVT::i32); in Lower256IntVSETCC() local 8441 SDValue LHS2 = Extract128BitVector(LHS, Idx1, DAG, dl); in Lower256IntVSETCC() 8446 SDValue RHS2 = Extract128BitVector(RHS, Idx1, DAG, dl); in Lower256IntVSETCC() 9790 SDValue Idx1 = DAG.getConstant(NumElems/2, MVT::i32); in Lower256IntArith() local 9795 SDValue LHS2 = Extract128BitVector(LHS, Idx1, DAG, dl); in Lower256IntArith() 9800 SDValue RHS2 = Extract128BitVector(RHS, Idx1, DAG, dl); in Lower256IntArith()
|