Home
last modified time | relevance | path

Searched refs:IOp (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/OpenMP/
H A Ddeclare_variant_clauses_messages.cpp25 void memberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp);
37 static void smemberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp);
49 virtual void vmemberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp);
62 virtual void pvmemberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp) = 0;
93 void foo_v4(float *AAA, float *BBB, int *I, omp_interop_t IOp) { return; } in foo_v4() argument
H A Ddeclare_variant_clauses_ast_print.cpp156 void memberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp);
165 static void smemberfoo_v1(float *A, float *B, int *I, omp_interop_t IOp);
/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp213 if (auto *IOp = dyn_cast<Instruction>(Operand)) in getMinBitWidth() local
215 std::max(Info.MinBitWidth, InstInfoMap[IOp].MinBitWidth); in getMinBitWidth()
228 if (auto *IOp = dyn_cast<Instruction>(Operand)) { in getMinBitWidth() local
232 unsigned IOpBitwidth = InstInfoMap.lookup(IOp).ValidBitWidth; in getMinBitWidth()
235 InstInfoMap[IOp].ValidBitWidth = ValidBitWidth; in getMinBitWidth()
236 Worklist.push_back(IOp); in getMinBitWidth()
/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kInstrBits.td68 : MxInst<(outs), (ins TYPE.ROp:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst",
82 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.IOp:$bitno), "btst\t$bitno, $dst",
H A DM68kInstrData.td234 (MOV32pi MxType32.POp :$dst, MxType32.IOp :$src)>;
237 (MOV32fi MxType32.FOp :$dst, MxType32.IOp :$src)>;
240 (MOV32bi MxType32.BOp :$dst, MxType32.IOp :$src)>;
243 (MOV32ji MxType32.JOp :$dst, MxType32.IOp :$src)>;
H A DM68kInstrArithmetic.td131 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),
146 : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),
180 : MxInst<(outs), (ins MEMOpd:$dst, TYPE.IOp:$opd),
407 : MxInst<(outs), (ins TYPE.IOp:$imm, TYPE.ROp:$reg),
426 : MxInst<(outs), (ins TYPE.IOp:$imm, MEMOpd:$mem),
442 : MxInst<(outs), (ins TYPE.IOp:$imm, MxAL32:$abs),
H A DM68kInstrInfo.td636 MxOperand IOp = iOp;
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp586 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
587 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
589 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
606 if (IOp->hasNoSignedWrap()) { in SimplifyDemandedUseBits()
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-decl-and-defs.td250 // CHECK-LABEL: class IOp :