Searched refs:foldX86XALUIntrinsic (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 168 bool foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, 266 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, in foldX86XALUIntrinsic() function in X86FastISel 1672 } else if (foldX86XALUIntrinsic(CC, BI, BI->getCondition())) { in X86SelectBranch() 2007 } else if (foldX86XALUIntrinsic(CC, I, Cond)) { in X86FastEmitCMoveSelect()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86FastISel.cpp | 172 bool foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, 238 bool X86FastISel::foldX86XALUIntrinsic(X86::CondCode &CC, const Instruction *I, in foldX86XALUIntrinsic() function in X86FastISel 1755 } else if (foldX86XALUIntrinsic(CC, BI, BI->getCondition())) { in X86SelectBranch() 2101 } else if (foldX86XALUIntrinsic(CC, I, Cond)) { in X86FastEmitCMoveSelect()
|