HomeSort by relevance Sort by last modified time
    Searched refs:getIntrinsicID (Results 26 - 50 of 89) sorted by null

12 3 4

  /external/llvm/include/llvm/IR/
Function.h 133 /// getIntrinsicID - This method returns the ID number of the specified
142 unsigned getIntrinsicID() const LLVM_READONLY;
InstVisitor.h 262 switch ((Intrinsic::ID)F->getIntrinsicID()) {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
InstCombineLoadStoreAlloca.cpp 113 if (II->getIntrinsicID() == Intrinsic::lifetime_start ||
114 II->getIntrinsicID() == Intrinsic::lifetime_end) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
BDCE.cpp 118 switch (II->getIntrinsicID()) {
MemCpyOptimizer.cpp 687 if (IT->getIntrinsicID() == Intrinsic::lifetime_start ||
688 IT->getIntrinsicID() == Intrinsic::lifetime_end)
    [all...]
SROA.cpp     [all...]
ConstantHoisting.cpp 283 Cost = TTI->getIntImmCost(IntrInst->getIntrinsicID(), Idx,
GVN.cpp 232 switch (I->getIntrinsicID()) {
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 697 if (unsigned iid = F->getIntrinsicID()) {
726 switch (II->getIntrinsicID()) {
800 if (II && II->getIntrinsicID() == Intrinsic::assume)
    [all...]
MemoryDependenceAnalysis.cpp 167 switch (II->getIntrinsicID()) {
440 if (II->getIntrinsicID() == Intrinsic::lifetime_start) {
690 isLoad |= II->getIntrinsicID() == Intrinsic::lifetime_start;
    [all...]
CostModel.cpp 512 return TTI->getIntrinsicInstrCost(II->getIntrinsicID(), II->getType(),
ValueTracking.cpp 394 switch (F->getIntrinsicID()) {
697 assert(I->getCalledFunction()->getIntrinsicID() == Intrinsic::assume &&
    [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 368 if (Intrinsic::ID IID = (Intrinsic::ID)F->getIntrinsicID()) {
  /external/llvm/include/llvm/CodeGen/
FastISel.h 511 switch (II->getIntrinsicID()) {
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
AutoUpgrade.cpp 333 if (unsigned id = F->getIntrinsicID())
722 switch (NewFn->getIntrinsicID()) {
    [all...]
Function.cpp 258 if (unsigned IID = getIntrinsicID())
422 /// getIntrinsicID - This method returns the ID number of the specified
430 unsigned Function::getIntrinsicID() const {
    [all...]
Value.cpp 573 if (I->getIntrinsicID() == Intrinsic::experimental_gc_relocate) {
  /external/llvm/lib/Target/R600/
AMDGPUPromoteAlloca.cpp 377 switch (Intr->getIntrinsicID()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 183 if (II->getIntrinsicID() == Intrinsic::vastart)
439 assert(ActionsCall->getIntrinsicID() == Intrinsic::eh_actions);
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 81 if (II->getIntrinsicID() != Intrinsic::lifetime_start &&
82 II->getIntrinsicID() != Intrinsic::lifetime_end)
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 382 Callee->getIntrinsicID() == Intrinsic::donothing) {
  /external/llvm/lib/Transforms/ObjCARC/
ARCInstKind.cpp 242 unsigned ID = F->getIntrinsicID();

Completed in 2687 milliseconds

12 3 4