OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X86ChooseCmpImmediateOpcode
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FastISel.cpp
837
///
X86ChooseCmpImmediateOpcode
- If we have a comparison with RHS as the RHS
840
static unsigned
X86ChooseCmpImmediateOpcode
(EVT VT, const ConstantInt *RHSC) {
869
if (unsigned CompareImmOpc =
X86ChooseCmpImmediateOpcode
(VT, Op1C)) {
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
Completed in 106 milliseconds