Home
last modified time | relevance | path

Searched refs:isIntrinsicID (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h358 bool isIntrinsicID() const { return OpKind == MO_IntrinsicID; } in isIntrinsicID() function
610 assert(isIntrinsicID() && "Wrong MachineOperand accessor"); in getIntrinsicID()
739 assert(isIntrinsicID() && "Wrong MachineOperand mutator"); in setIntrinsicID()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h761 if (!MO.isIntrinsicID() || MO.getIntrinsicID() != Value) in executeMatchTable()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1495 if (!IntrIDOp.isIntrinsicID()) { in verifyPreISelGenericInstruction()