Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h342 bool isIntrinsicID() const { return OpKind == MO_IntrinsicID; } in isIntrinsicID() function
573 assert(isIntrinsicID() && "Wrong MachineOperand accessor"); in getIntrinsicID()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp363 ASSERT_TRUE(MO.isIntrinsicID()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp228 if (MI.getOperand(OpdIdx).isIntrinsicID()) in getDefaultMappingVOP()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h596 if (!MO.isIntrinsicID() || MO.getIntrinsicID() != Value) in executeMatchTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1492 if (!I.getOperand(0).isIntrinsicID()) in select()