Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h350 bool isIntrinsicID() const { return OpKind == MO_IntrinsicID; } in isIntrinsicID() function
582 assert(isIntrinsicID() && "Wrong MachineOperand accessor"); in getIntrinsicID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h667 if (!MO.isIntrinsicID() || MO.getIntrinsicID() != Value) in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp1349 if (!IntrIDOp.isIntrinsicID()) { in verifyPreISelGenericInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp2264 if (MI.getOperand(OpdIdx).isIntrinsicID()) in getDefaultMappingVOP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp4051 return Op.isIntrinsicID(); in findIntrinsicID()