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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h946 /// FIRST_TARGET_STRICTFP_OPCODE - Target-specific pre-isel operations
949 static const int FIRST_TARGET_STRICTFP_OPCODE = BUILTIN_OP_END+400; member in namespace:llvm::ISD
H A DSelectionDAGNodes.h671 /// FIRST_TARGET_STRICTFP_OPCODE). Note that all target memory
675 return NodeType >= ISD::FIRST_TARGET_STRICTFP_OPCODE;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h295 STRICT_FCMP = ISD::FIRST_TARGET_STRICTFP_OPCODE,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h245 STRICT_FCMP = ISD::FIRST_TARGET_STRICTFP_OPCODE,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h602 STRICT_FCMP = ISD::FIRST_TARGET_STRICTFP_OPCODE,

Completed in 117 milliseconds