Searched refs:Idx1 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 128 unsigned Idx1, Idx2; in commuteInstruction() local 129 if (!findCommutedOpIndices(MI, Idx1, Idx2)) { in commuteInstruction() 134 assert(MI->getOperand(Idx1).isReg() && MI->getOperand(Idx2).isReg() && in commuteInstruction() 137 unsigned Reg1 = MI->getOperand(Idx1).getReg(); in commuteInstruction() 140 unsigned SubReg1 = MI->getOperand(Idx1).getSubReg(); in commuteInstruction() 142 bool Reg1IsKill = MI->getOperand(Idx1).isKill(); in commuteInstruction() 147 MI->getDesc().getOperandConstraint(Idx1, MCOI::TIED_TO) == 0) { in commuteInstruction() 169 MI->getOperand(Idx1).setReg(Reg2); in commuteInstruction() 171 MI->getOperand(Idx1).setSubReg(SubReg2); in commuteInstruction() 173 MI->getOperand(Idx1).setIsKill(Reg2IsKill); in commuteInstruction()
|
D | ShadowStackGC.cpp | 69 int Idx1, const char *Name); 72 int Idx1, int Idx2, const char *Name);
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1012 Value *CreateConstGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, 1016 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 1024 Value *CreateConstInBoundsGEP2_32(Value *Ptr, unsigned Idx0, unsigned Idx1, 1028 ConstantInt::get(Type::getInt32Ty(Context), Idx1) 1053 Value *CreateConstGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 1057 ConstantInt::get(Type::getInt64Ty(Context), Idx1) 1065 Value *CreateConstInBoundsGEP2_64(Value *Ptr, uint64_t Idx0, uint64_t Idx1, 1069 ConstantInt::get(Type::getInt64Ty(Context), Idx1)
|
/external/clang/lib/Analysis/ |
D | ThreadSafetyCommon.cpp | 737 unsigned Idx1 = BB1 ? BB1->findPredecessorIndex(CurrentBB) : 0; in exitCFGBlockBody() local 739 til::SExpr *Tm = new (Arena) til::Branch(C, BB1, BB2, Idx1, Idx2); in exitCFGBlockBody()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.cpp | 1138 CodeGenSubRegIndex *Idx1 = i1->first; in computeComposites() local 1157 if (CodeGenSubRegIndex *Prev = Idx1->addComposite(Idx2, Idx3)) in computeComposites() 1158 PrintWarning(Twine("SubRegIndex ") + Idx1->getQualifiedName() + in computeComposites()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 4032 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 4034 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr() 4045 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 4047 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr() 4058 llvm::Value *Idx1 = llvm::ConstantInt::get(SizeTy, 1); in EmitAArch64BuiltinExpr() local 4060 Value *Op1 = Builder.CreateExtractElement(Vec, Idx1, "lane1"); in EmitAArch64BuiltinExpr()
|