Home
last modified time | relevance | path

Searched defs:IsIntrinsic (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/include/flang/Runtime/
H A Dtype-code.h53 constexpr RT_API_ATTRS bool IsIntrinsic() const { in IsIntrinsic() function
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp2605 bool IntrinsicProcTable::Implementation::IsIntrinsic( IsIntrinsic() function in Fortran::evaluate::IntrinsicProcTable::Implementation
3375 bool IntrinsicProcTable::IsIntrinsic(const std::string &name) const { IsIntrinsic() function in Fortran::evaluate::IntrinsicProcTable
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp59 bool IsIntrinsic = false; global() member
H A DGlobalISelEmitter.cpp873 bool IsIntrinsic = createAndImportSelDAGMatcher() local
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2124 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVLD() local
2266 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVST() local
2420 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVLDSTLane() local
2953 SelectVLDDup(SDNode * N,bool IsIntrinsic,bool isUpdating,unsigned NumVecs,const uint16_t * DOpcodes,const uint16_t * QOpcodes0,const uint16_t * QOpcodes1) SelectVLDDup() argument
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1663 bool IsIntrinsic = OldF->isIntrinsic(); moveFunctionAdaptingType() local
/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2099 verifyFunctionAttrs(FunctionType * FT,AttributeList Attrs,const Value * V,bool IsIntrinsic,bool IsInlineAsm) verifyFunctionAttrs() argument
2756 bool IsIntrinsic = F.isIntrinsic(); visitFunction() local
3493 bool IsIntrinsic = Callee && Callee->isIntrinsic(); visitCallBase() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1916 bool IsIntrinsic = CalleeFn->isIntrinsic(); optimizeDoubleFP() local
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp165 bool IsIntrinsic( in IsIntrinsic() function in Fortran::semantics::BaseVisitor