Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp57 bool IsIntrinsic = false; global() member
H A DGlobalISelEmitter.cpp853 bool IsIntrinsic = createAndImportSelDAGMatcher() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2118 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVLD() local
2260 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVST() local
2414 bool IsIntrinsic = !isUpdating; // By coincidence, all supported updating SelectVLDSTLane() local
2947 SelectVLDDup(SDNode * N,bool IsIntrinsic,bool isUpdating,unsigned NumVecs,const uint16_t * DOpcodes,const uint16_t * QOpcodes0,const uint16_t * QOpcodes1) SelectVLDDup() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2003 verifyFunctionAttrs(FunctionType * FT,AttributeList Attrs,const Value * V,bool IsIntrinsic,bool IsInlineAsm) verifyFunctionAttrs() argument
2639 bool IsIntrinsic = F.isIntrinsic(); visitFunction() local
3374 bool IsIntrinsic = Callee && Callee->isIntrinsic(); visitCallBase() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1838 bool IsIntrinsic = CalleeFn->isIntrinsic(); optimizeDoubleFP() local