| /external/capstone/arch/XCore/ |
| D | XCoreDisassembler.c | 195 static DecodeStatus Decode2OpInstruction(unsigned Insn, unsigned *Op1, unsigned *Op2) in Decode2OpInstruction() 219 unsigned *Op1, unsigned *Op2, unsigned *Op3) in Decode3OpInstruction() 312 unsigned Op1, Op2; in Decode2RInstruction() local 326 unsigned Op1, Op2; in Decode2RImmInstruction() local 340 unsigned Op1, Op2; in DecodeR2RInstruction() local 354 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local 369 unsigned Op1, Op2; in DecodeRUSInstruction() local 383 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local 397 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local 484 unsigned Op1, Op2; in DecodeL2RInstruction() local [all …]
|
| /external/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 241 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() 259 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() 347 unsigned Op1, Op2; in Decode2RInstruction() local 360 unsigned Op1, Op2; in Decode2RImmInstruction() local 373 unsigned Op1, Op2; in DecodeR2RInstruction() local 386 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local 400 unsigned Op1, Op2; in DecodeRUSInstruction() local 413 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local 426 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local 511 unsigned Op1, Op2; in DecodeL2RInstruction() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() 258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() 346 unsigned Op1, Op2; in Decode2RInstruction() local 359 unsigned Op1, Op2; in Decode2RImmInstruction() local 372 unsigned Op1, Op2; in DecodeR2RInstruction() local 385 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local 399 unsigned Op1, Op2; in DecodeRUSInstruction() local 412 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local 425 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local 510 unsigned Op1, Op2; in DecodeL2RInstruction() local [all …]
|
| /external/llvm-project/llvm/lib/Target/XCore/Disassembler/ |
| D | XCoreDisassembler.cpp | 240 Decode2OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2) { in Decode2OpInstruction() 258 Decode3OpInstruction(unsigned Insn, unsigned &Op1, unsigned &Op2, in Decode3OpInstruction() 346 unsigned Op1, Op2; in Decode2RInstruction() local 359 unsigned Op1, Op2; in Decode2RImmInstruction() local 372 unsigned Op1, Op2; in DecodeR2RInstruction() local 385 unsigned Op1, Op2; in Decode2RSrcDstInstruction() local 399 unsigned Op1, Op2; in DecodeRUSInstruction() local 412 unsigned Op1, Op2; in DecodeRUSBitpInstruction() local 425 unsigned Op1, Op2; in DecodeRUSSrcDstBitpInstruction() local 510 unsigned Op1, Op2; in DecodeL2RInstruction() local [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 267 if (BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS)) in ExpandBinOp() local 305 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS); in SimplifyAssociativeBinOp() local 602 Value *&Op0, Value *&Op1, in foldOrCommuteConstant() 617 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 681 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 737 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 865 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 872 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst() 926 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst() 932 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv) { in simplifyDivRem() [all …]
|
| /external/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGTargetInfo.h | 50 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy() 66 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 79 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset() 92 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() 129 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 297 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS); in SimplifyAssociativeBinOp() local 594 Value *&Op0, Value *&Op1, in foldOrCommuteConstant() 609 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 673 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool IsNSW, bool IsNUW, in SimplifyAddInst() 728 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 856 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 863 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q, in SimplifyMulInst() 917 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const SimplifyQuery &Q) { in SimplifyMulInst() 923 static Value *simplifyDivRem(Value *Op0, Value *Op1, bool IsDiv, in simplifyDivRem() 1042 static Value *simplifyDiv(Instruction::BinaryOps Opcode, Value *Op0, Value *Op1, in simplifyDiv() [all …]
|
| /external/llvm-project/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGTargetInfo.h | 52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy() 68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset() 94 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() 131 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGTargetInfo.h | 52 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemcpy() 68 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Op1, in EmitTargetCodeForMemmove() 81 SDValue Chain, SDValue Op1, in EmitTargetCodeForMemset() 94 SDValue Op1, SDValue Op2, SDValue Op3, in EmitTargetCodeForMemcmp() 131 SDValue Op1, SDValue Op2, in EmitTargetCodeForStrcmp()
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 172 if (BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS)) in ExpandBinOp() local 209 BinaryOperator *Op1 = dyn_cast<BinaryOperator>(RHS); in SimplifyAssociativeBinOp() local 529 static Value *SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 582 Value *llvm::SimplifyAddInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifyAddInst() 663 static Value *SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 777 Value *llvm::SimplifySubInst(Value *Op0, Value *Op1, bool isNSW, bool isNUW, in SimplifySubInst() 787 static Value *SimplifyFAddInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFAddInst() 826 static Value *SimplifyFSubInst(Value *Op0, Value *Op1, FastMathFlags FMF, in SimplifyFSubInst() 860 static Value *SimplifyFMulInst(Value *Op0, Value *Op1, in SimplifyFMulInst() 885 static Value *SimplifyMulInst(Value *Op0, Value *Op1, const Query &Q, in SimplifyMulInst() [all …]
|
| /external/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 157 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 385 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in foldFPSignBitOps() local 435 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 710 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 873 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 887 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 913 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 999 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1093 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1281 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local [all …]
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 177 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 539 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 804 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 974 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 985 static Instruction *foldUDivNegCst(Value *Op0, Value *Op1, in foldUDivNegCst() 994 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 1017 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 1057 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1130 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1244 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local [all …]
|
| /external/llvm-project/llvm/unittests/Transforms/Vectorize/ |
| D | VPlanTest.cpp | 361 VPValue Op1; in TEST() local 376 VPValue Op1; in TEST() local 395 VPValue Op1; in TEST() local 415 VPValue Op1; in TEST() local 438 VPValue Op1; in TEST() local 456 VPValue Op1; in TEST() local 483 VPValue Op1; in TEST() local 550 VPInstruction Op1(30, {}); in TEST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 186 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitMul() local 412 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFMul() local 681 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIDivTransforms() local 846 static Instruction *foldUDivPow2Cst(Value *Op0, Value *Op1, in foldUDivPow2Cst() 859 static Instruction *foldUDivShl(Value *Op0, Value *Op1, const BinaryOperator &I, in foldUDivShl() 885 static size_t visitUDivOperand(Value *Op0, Value *Op1, const BinaryOperator &I, in visitUDivOperand() 966 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitUDiv() local 1060 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitSDiv() local 1217 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in visitFDiv() local 1314 Value *Op0 = I.getOperand(0), *Op1 = I.getOperand(1); in commonIRemTransforms() local [all …]
|
| /external/llvm/lib/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.cpp | 73 unsigned Op0, unsigned Op1) { in buildInstr() 79 unsigned Op1) { in buildInstr()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/ |
| D | LanaiMCCodeEmitter.cpp | 189 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRiMemoryOpValue() local 221 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRrMemoryOpValue() local 260 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getSplsOpValue() local
|
| /external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| D | LanaiMCCodeEmitter.cpp | 189 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRiMemoryOpValue() local 221 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRrMemoryOpValue() local 260 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getSplsOpValue() local
|
| /external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | MachineIRBuilder.h | 483 const SrcOp &Op1) { in buildPtrMask() 516 const SrcOp &Op0, const SrcOp &Op1) { in buildUAddo() 522 const SrcOp &Op0, const SrcOp &Op1) { in buildUSubo() 528 const SrcOp &Op0, const SrcOp &Op1) { in buildSAddo() 534 const SrcOp &Op0, const SrcOp &Op1) { in buildSSubo() 553 const SrcOp &Op0, const SrcOp &Op1, in buildUAdde() 561 const SrcOp &Op0, const SrcOp &Op1, in buildUSube() 569 const SrcOp &Op0, const SrcOp &Op1, in buildSAdde() 577 const SrcOp &Op0, const SrcOp &Op1, in buildSSube()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandImm.h | 24 uint64_t Op1; member
|
| /external/llvm-project/llvm/lib/Target/AArch64/ |
| D | AArch64ExpandImm.h | 24 uint64_t Op1; member
|
| /external/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.cpp | 93 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 108 uint32_t Op1 = (Bits >> 11) & 0x7; in genericRegisterString() local
|
| /external/llvm/lib/Target/Lanai/MCTargetDesc/ |
| D | LanaiMCCodeEmitter.cpp | 192 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRiMemoryOpValue() local 224 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getRrMemoryOpValue() local 263 const MCOperand Op1 = Inst.getOperand(OpNo + 0); in getSplsOpValue() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | DFAPacketizer.cpp | 282 bool VLIWPacketizerList::alias(const MachineMemOperand &Op1, in alias() 307 for (const MachineMemOperand *Op1 : MI1.memoperands()) in alias() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | DFAPacketizer.cpp | 282 bool VLIWPacketizerList::alias(const MachineMemOperand &Op1, in alias() 307 for (const MachineMemOperand *Op1 : MI1.memoperands()) in alias() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.cpp | 135 uint32_t Op0 = 0, Op1 = 0, CRn = 0, CRm = 0, Op2 = 0; in parseGenericRegister() local 150 uint32_t Op1 = (Bits >> 11) & 0x7; in genericRegisterString() local
|