Home
last modified time | relevance | path

Searched refs:isInst (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h309 bool isInst : 1; ///< True if the representative is a MachineInstr variable
326 isInst(false), SchedulingPref(Sched::None) {} in SUnit()
338 isInst(true), SchedulingPref(Sched::None) {} in SUnit()
348 isHeightCurrent(false), isNode(false), isInst(false), in SUnit()
363 assert(!isInst && "Setting SDNode of SUnit with MachineInstr!"); in setNode()
371 assert(!isInst && (isNode || !Instr) && in getNode()
378 bool isInstr() const { return isInst && Instr; } in isInstr()
385 isInst = true; in setInstr()
391 assert(!isNode && (isInst || !Node) && in getInstr()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h66 bool isInst() const { return Kind == kInst; } in isInst() function
125 assert(isInst() && "This is not a sub-instruction"); in getInst()
130 assert(isInst() && "This is not a sub-instruction"); in setInst()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInst.cpp39 } else if (isInst()) { in print()
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp510 MCO.isDFPImm(), MCO.isExpr(), MCO.isInst()); in hashMCOperand()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h427 void setInstanceMethod(bool isInst) { in setInstanceMethod() argument
428 ObjCMethodDeclBits.IsInstance = isInst; in setInstanceMethod()