Home
last modified time | relevance | path

Searched refs:OpCount (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.h448 unsigned OpCount;
470 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
477 OpCount = 0;
491 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
496 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
525 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
531 if (!OpCount)
533 assert(Index < OpCount);
544 OpCount = NewIDs.size();
569 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
[all …]
/openbsd-src/gnu/llvm/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp251 unsigned OpCount = 0; in main() local
254 ++OpCount; in main()
255 std::cerr << "Starting iteration #" << OpCount << " with " in main()
396 if (ShufTab[ResultMask].Cost <= OpCount || in main()
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp811 unsigned OpCount = IsPD + IsPI + (HasIndex || HasDisplacement); in parseMemOp() local
812 if (OpCount > 1) { in parseMemOp()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp815 unsigned OpCount = SD->getLocationOps().size(); in EmitDbgInstrRef() local
816 for (unsigned OpIdx = 0; OpIdx < OpCount; ++OpIdx) { in EmitDbgInstrRef()
884 if (MOs.size() != OpCount) in EmitDbgInstrRef()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp495 int OpCount = LLVMGetNumOperands(Src); in CloneInstruction() local
496 if (OpCount == 0) in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1414 for (unsigned Op = 0, OpCount = CB.arg_size(); Op < OpCount; ++Op) in visitCallBase() local