Searched refs:hasDefOfPhysReg (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 40 if (hasDefOfPhysReg(MI, PC, RI)) in mayAffectControlFlow() 63 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg() function in MCInstrDesc
|
/external/llvm/lib/MC/ |
D | MCInstrDesc.cpp | 40 if (hasDefOfPhysReg(MI, PC, RI)) in mayAffectControlFlow() 63 bool MCInstrDesc::hasDefOfPhysReg(const MCInst &MI, unsigned Reg, in hasDefOfPhysReg() function in MCInstrDesc
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 550 bool hasDefOfPhysReg(const MCInst &MI, unsigned Reg,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 590 bool hasDefOfPhysReg(const MCInst &MI, unsigned Reg,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.cpp | 326 if (InstrDesc.hasDefOfPhysReg(NodeInstr.Instruction, RegNum, in indirectCFOperandClobber()
|