Searched defs:isIntrinsic (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.h70 bool isIntrinsic() const { return (Attributes & Intrinsic) != 0; } function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp176 bool NativeTypeUDT::isIntrinsic() const { function in class:NativeTypeUDT
H A DNativeTypeEnum.cpp278 bool NativeTypeEnum::isIntrinsic() const { function in class:NativeTypeEnum
H A DNativeRawSymbol.cpp588 bool NativeRawSymbol::isIntrinsic() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp132 bool isIntrinsic(Init *I) { function in class:__anon4948::SearchableTableEmitter
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h200 bool isIntrinsic() const { return HasLLVMReservedName; } function in class:llvm::Function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1120 bool DIARawSymbol::isIntrinsic() const { function in class:DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6265 static bool isVShiftRImm(SDValue Op, EVT VT, bool isNarrow, bool isIntrinsic, argument
13808 const bool isIntrinsic = (N->getOpcode() == ISD::INTRINSIC_VOID || local

Completed in 266 milliseconds