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

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h425 /// isCommutativeIntrinsic - Return true if the node is an intrinsic which is
427 bool isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const;
H A DCodeGenDAGPatterns.cpp1523 /// isCommutativeIntrinsic - Return true if the node corresponds to a
1526 TreePatternNode::isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const { function in class:TreePatternNode
1834 bool isCommIntrinsic = isCommutativeIntrinsic(CDP);
3576 bool isCommIntrinsic = N->isCommutativeIntrinsic(CDP);
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2169 static bool isCommutativeIntrinsic(IntrinsicInst const &I) { function
2390 isCommutativeIntrinsic(I))

Completed in 456 milliseconds