Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetOpcodes.h37 inline bool isTargetSpecificOpcode(unsigned Opcode) { in isTargetSpecificOpcode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp70 assert((!isTargetSpecificOpcode(II.getOpcode()) || RegMO.isUse()) && in constrainOperandRegClass()
DRegBankSelect.cpp639 if (isTargetSpecificOpcode(MI.getOpcode())) in runOnMachineFunction()