OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpcode
(Results
351 - 375
of
534
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopToDop.java
458
Rop rop = insn.
getOpcode
();
486
switch (rop.
getOpcode
()) {
/external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp
279
if (CE->
getOpcode
() == Instruction::GetElementPtr ||
280
CE->
getOpcode
() == Instruction::BitCast) {
/external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp
49
switch (SU->getInstr()->
getOpcode
()) {
101
switch (SU->getInstr()->
getOpcode
()) {
/external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp
344
uint32_t Opcode = mcInst.
getOpcode
();
503
uint32_t Opcode = mcInst.
getOpcode
();
/frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp
[
all
...]
/frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp
[
all
...]
/external/clang/lib/Analysis/
ReachableCode.cpp
92
return BO->
getOpcode
() != BO_Comma;
/external/llvm/include/llvm/
InstVisitor.h
119
switch (I.
getOpcode
()) {
/external/llvm/include/llvm/Target/
TargetInstrInfo.h
70
return MI->
getOpcode
() == TargetOpcode::IMPLICIT_DEF ||
[
all
...]
/external/llvm/lib/CodeGen/
MachineLICM.cpp
[
all
...]
ScheduleDAGInstrs.cpp
68
if (U->
getOpcode
() == Instruction::PtrToInt)
76
if (U->
getOpcode
() != Instruction::Add ||
78
Operator::
getOpcode
(U->getOperand(1)) != Instruction::Mul &&
106
if (Operator::
getOpcode
(V) == Instruction::IntToPtr) {
[
all
...]
/external/clang/lib/CodeGen/
CGExprScalar.cpp
813
if (UO && UO->
getOpcode
() == UO_Minus) {
[
all
...]
CGExpr.cpp
[
all
...]
CodeGenFunction.cpp
726
if (CondBOp->
getOpcode
() == BO_LAnd) {
760
if (CondBOp->
getOpcode
() == BO_LOr) {
797
if (CondUOp->
getOpcode
() == UO_LNot)
[
all
...]
/external/llvm/lib/Analysis/
Lint.cpp
637
if (Instruction::isCast(CE->
getOpcode
())) {
638
if (CastInst::isNoopCast(Instruction::CastOps(CE->
getOpcode
()),
644
} else if (CE->
getOpcode
() == Instruction::ExtractValue) {
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
485
if (Node->
getOpcode
() == ISD::INLINEASM) {
666
(N->
getOpcode
() == ISD::EntryToken || isPassiveNode(N)))
739
(N->
getOpcode
() != ISD::EntryToken && !isPassiveNode(N)))
LegalizeFloatTypes.cpp
52
switch (N->
getOpcode
()) {
564
bool Signed = N->
getOpcode
() == ISD::SINT_TO_FP;
601
switch (N->
getOpcode
()) {
[
all
...]
/external/clang/lib/Sema/
SemaPseudoObject.cpp
69
assert(uop->
getOpcode
() == UO_Extension);
71
return new (S.Context) UnaryOperator(e, uop->
getOpcode
(),
[
all
...]
/external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp
378
const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.
getOpcode
());
443
const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.
getOpcode
());
494
const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.
getOpcode
());
614
unsigned Opcode = MI.
getOpcode
();
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
146
switch (CE->
getOpcode
()) {
234
switch (CE->
getOpcode
()) {
[
all
...]
/external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp
516
CastInst::Create(CI->
getOpcode
(), CI->getOperand(0), CI->getType(), "",
572
CmpInst::Create(CI->
getOpcode
(),
[
all
...]
/external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp
[
all
...]
/external/llvm/lib/Target/CppBackend/
CPPBackend.cpp
816
if (CE->
getOpcode
() == Instruction::GetElementPtr) {
833
switch (CE->
getOpcode
()) {
856
switch (CE->
getOpcode
()) {
[
all
...]
Completed in 965 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>