HomeSort by relevance Sort by last modified time
    Searched refs:IsIntrinsic (Results 1 - 8 of 8) sorted by null

  /art/compiler/dex/quick/
dex_file_method_inliner.h 69 bool IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) REQUIRES(!lock_);
dex_file_method_inliner.cc     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 800 SDNode *IsIntrinsic = N->getOperand(0).getNode();
801 if ((IsIntrinsic->getOpcode() == ISD::INTRINSIC_WO_CHAIN)) {
803 cast<ConstantSDNode>(IsIntrinsic->getOperand(0))->getZExtValue();
811 SDValue(IsIntrinsic, 0));
    [all...]
  /art/compiler/optimizing/
intrinsics.cc 581 if (inliner->IsIntrinsic(invoke->GetDexMethodIndex(), &method)) {
nodes.cc     [all...]
nodes.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 440 milliseconds