Home
last modified time | relevance | path

Searched defs:IntrinsicInst (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DDwarfEHPrepare.cpp144 FindAllCleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels, in FindAllCleanupSelectors()
175 bool DwarfEHPrepare::CleanupSelectors(SmallPtrSet<IntrinsicInst*, 32> &Sels) { in CleanupSelectors()
206 SmallPtrSet<IntrinsicInst*, 8> &SelCalls, in FindSelectorAndURoR()
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h31 class IntrinsicInst; variable
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicInst.h48 static inline bool classof(const IntrinsicInst *) { return true; } in classof()
/external/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp269 const DenseMap<BasicBlock *, SmallVector<IntrinsicInst *, 8>> & in eliminateGuardViaWidening()
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1695 bool FastISel::fastLowerIntrinsicCall(const IntrinsicInst * /*II*/) { in fastLowerIntrinsicCall()
/external/llvm/include/llvm/Target/
DTargetLowering.h51 class IntrinsicInst; variable