OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CondOpcode
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp
341
if (unsigned
CondOpcode
= getConditionalMove(Opcode)) {
342
MI->setDesc(get(
CondOpcode
));
/external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp
768
int
CondOpcode
= Hexagon::getPredOpcode(Opc, inPredSense);
769
if (
CondOpcode
>= 0) // Valid Conditional opcode/instruction
770
return
CondOpcode
;
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
Completed in 339 milliseconds