Searched refs:isCommutativeIntrinsic (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h510 bool isCommutativeIntrinsic(IntrinsicInst const *II) { function in class:llvm::FastISel
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h439 /// isCommutativeIntrinsic - Return true if the node is an intrinsic which is
441 bool isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const;
H A DCodeGenDAGPatterns.cpp1616 /// isCommutativeIntrinsic - Return true if the node corresponds to a
1619 TreePatternNode::isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const { function in class:TreePatternNode
1979 bool isCommIntrinsic = isCommutativeIntrinsic(CDP);
3706 bool isCommIntrinsic = N->isCommutativeIntrinsic(CDP);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3262 isCommutativeIntrinsic(II))
3530 isCommutativeIntrinsic(II))
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2509 isCommutativeIntrinsic(II))

Completed in 145 milliseconds