Home
last modified time | relevance | path

Searched refs:selectIntrinsicCall (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DFastISel.h536 bool selectIntrinsicCall(const IntrinsicInst *II);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1084 return selectIntrinsicCall(II); in selectCall()
1098 bool FastISel::selectIntrinsicCall(const IntrinsicInst *II) { in selectIntrinsicCall() function in FastISel