HomeSort by relevance Sort by last modified time
    Searched refs:getOpcode (Results 376 - 400 of 534) sorted by null

<<11121314151617181920>>

  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 58 if (U->getOpcode() == UO_Deref)
    [all...]
SimpleSValBuilder.cpp 437 BinaryOperator::Opcode opc = symIntExpr->getOpcode();
481 BinaryOperator::Opcode lop = symIntExpr->getOpcode();
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 480 switch (BinOp->getOpcode()) {
495 switch (UnOp->getOpcode()) {
533 switch (BinOp->getOpcode()) {
550 switch (UnOp->getOpcode()) {
    [all...]
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 448 if (bopE->getOpcode() == BO_Comma && bopE->getLHS() == E &&
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 355 switch (I->getOpcode()) {
  /external/llvm/lib/Analysis/
PathNumbering.cpp 379 if( instr.getOpcode() == Instruction::Call ) {
ScalarEvolution.cpp 389 if (VCE->getOpcode() == Instruction::PtrToInt)
391 if (CE->getOpcode() == Instruction::GetElementPtr &&
406 if (VCE->getOpcode() == Instruction::PtrToInt)
408 if (CE->getOpcode() == Instruction::GetElementPtr &&
431 if (VCE->getOpcode() == Instruction::PtrToInt)
433 if (CE->getOpcode() == Instruction::GetElementPtr &&
    [all...]
TargetTransformInfo.cpp 407 return getOperationCost(Operator::getOpcode(U), U->getType(),
MemoryBuiltins.cpp 440 if (CE->getOpcode() == Instruction::IntToPtr)
669 cast<ConstantExpr>(V)->getOpcode() == Instruction::IntToPtr) ||
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 774 if (Other->getOpcode() != getOpcode() ||
    [all...]
PeepholeOptimizer.cpp 226 if (UseMI->getOpcode() == TargetOpcode::SUBREG_TO_REG)
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 528 switch (I.getOpcode()) {
767 if (I.getOpcode() == Instruction::Alloca)
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 330 switch (Node->getOpcode()) {
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 399 if (MI->getOpcode() == AArch64::TLSDESCCALL) {
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCCodeEmitter.cpp 485 if (MI.getOpcode() == AArch64::TLSDESCCALL) {
  /external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp 413 if(Inst.getOpcode() == Mips::SC){
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 262 if (I->getOpcode() == Mips::ADJCALLSTACKDOWN)
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 177 switch (I->getOpcode()) {
  /external/clang/lib/Analysis/
UninitializedValues.cpp 394 else if (BO->getOpcode() == BO_Assign)
672 if (BO->getOpcode() == BO_Assign) {
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 824 assert(E->getOpcode() == BO_Assign);
832 switch (E->getOpcode()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 503 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
504 Hi = DAG.getNode(N->getOpcode(), dl, LH.getValueType(), CH, LH, RH);
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 353 unsigned Opcode = MI.getOpcode();
619 unsigned Opcode = MI.getOpcode();
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 292 if (I1->getOpcode() != I2->getOpcode() ||
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 33 if (CE->getOpcode() == Instruction::BitCast ||
34 CE->getOpcode() == Instruction::GetElementPtr)

Completed in 826 milliseconds

<<11121314151617181920>>