HomeSort by: relevance | last modified time | path
    Searched refs:IsStrict (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 157 bool IsStrict = N->isStrictFPOpcode();
159 unsigned Offset = IsStrict ? 1 : 0;
163 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
170 if (IsStrict)
176 bool IsStrict = N->isStrictFPOpcode();
178 unsigned Offset = IsStrict ? 1 : 0;
183 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
191 if (IsStrict)
430 bool IsStrict = N->isStrictFPOpcode();
432 unsigned Offset = IsStrict ? 1 : 0
    [all...]
LegalizeVectorOps.cpp 639 bool IsStrict = Node->isStrictFPOpcode();
640 MVT VT = Node->getOperand(IsStrict ? 1 : 0).getSimpleValueType();
659 if (IsStrict) {
680 bool IsStrict = Node->isStrictFPOpcode();
697 if (IsStrict) {
717 if (IsStrict)
1236 bool IsStrict = Node->isStrictFPOpcode();
1237 unsigned OpNo = IsStrict ? 1 : 0;
1247 if (IsStrict)
1253 if (((!IsStrict && TLI.getOperationAction(ISD::SINT_TO_FP, VT) =
    [all...]
LegalizeDAG.cpp 2514 bool IsStrict = N->isStrictFPOpcode();
2518 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0);
2519 unsigned UIntOp = IsStrict ? ISD::STRICT_UINT_TO_FP : ISD::UINT_TO_FP;
2520 unsigned SIntOp = IsStrict ? ISD::STRICT_SINT_TO_FP : ISD::SINT_TO_FP;
2551 if (IsStrict) {
2575 bool IsStrict = N->isStrictFPOpcode();
2579 SDValue LegalOp = N->getOperand(IsStrict ? 1 : 0);
2592 OpToUse = IsStrict ? ISD::STRICT_FP_TO_SINT : ISD::FP_TO_SINT;
2597 OpToUse = IsStrict ? ISD::STRICT_FP_TO_UINT : ISD::FP_TO_UINT;
2606 if (IsStrict) {
    [all...]
LegalizeIntegerTypes.cpp 3043 bool IsStrict = N->isStrictFPOpcode();
3044 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
3045 SDValue Op = N->getOperand(IsStrict ? 1 : 0);
3063 if (IsStrict)
3072 bool IsStrict = N->isStrictFPOpcode();
3073 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
3074 SDValue Op = N->getOperand(IsStrict ? 1 : 0);
3091 if (IsStrict)
4481 bool IsStrict = N->isStrictFPOpcode();
4482 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 19721 bool IsStrict = Op->isStrictFPOpcode();
19722 unsigned OpNo = IsStrict ? 1 : 0;
19740 if (IsStrict) {
19872 bool IsStrict = Op->isStrictFPOpcode();
19874 SDValue Src = Op->getOperand(IsStrict ? 1 : 0);
19890 SDValue Tmp = IsStrict ? DAG.getConstant(0, DL, MVT::v8i64)
19895 if (IsStrict) {
19906 if (IsStrict)
19928 if (IsStrict) {
19940 if (IsStrict) {
    [all...]
X86ISelDAGToDAG.cpp 1097 bool IsStrict = N->isStrictFPOpcode();
1099 if (IsStrict)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 767 bool Mock::IsStrict(void* mock_obj)
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 3441 bool IsStrict = Op->isStrictFPOpcode();
3443 cast<CondCodeSDNode>(Op.getOperand(IsStrict ? 3 : 2))->get();
3444 SDValue LHS = Op.getOperand(IsStrict ? 1 : 0);
3445 SDValue RHS = Op.getOperand(IsStrict ? 2 : 1);
3446 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue();
3459 if (IsStrict)
3464 assert(!IsStrict && "Don't know how to handle STRICT_FSETCC!");
7944 bool IsStrict = Op->isStrictFPOpcode();
7953 SDValue Src = Op.getOperand(IsStrict ? 1 : 0);
7954 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue()
    [all...]
PPCISelDAGToDAG.cpp 4294 bool IsStrict = N->isStrictFPOpcode();
4296 cast<CondCodeSDNode>(N->getOperand(IsStrict ? 3 : 2))->get();
4300 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
4302 SDValue LHS = N->getOperand(IsStrict ? 1 : 0);
4303 SDValue RHS = N->getOperand(IsStrict ? 2 : 1);
4305 if (!IsStrict && !Subtarget->useCRBits() && isInt32Immediate(RHS, Imm)) {
4390 if (!IsStrict && LHS.getValueType().isVector()) {
4419 if (IsStrict)
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-spec-builders.h 407 static bool IsStrict(void* mock_obj)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 2288 bool IsStrict, StringRef Replacement, AvailabilityMergeKind AMK,
2441 Message, IsStrict, Replacement, Priority);
2466 bool IsStrict = AL.getStrictLoc().isValid();
2488 Obsoleted.Version, IsUnavailable, Str, IsStrict, Replacement,
2528 NewObsoleted, IsUnavailable, Str, IsStrict, Replacement,
2546 Deprecated.Version, Obsoleted.Version, IsUnavailable, Str, IsStrict,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 3221 bool IsStrict = Op->isStrictFPOpcode();
3222 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
3289 bool IsStrict = Op->isStrictFPOpcode();
3290 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
3297 assert(!IsStrict && "Lowering of strict fp16 not yet implemented");
3401 bool IsStrict = Op->isStrictFPOpcode();
3402 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
3407 assert(!IsStrict && "Lowering of strict fp16 not yet implemented");
6881 bool IsStrict = Op->isStrictFPOpcode();
6883 unsigned OpNo = IsStrict ? 1 : 0
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 5628 bool IsStrict = Op->isStrictFPOpcode();
5629 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
5642 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue();
5646 return IsStrict ? DAG.getMergeValues({Result, Chain}, Loc) : Result;
5650 if (IsStrict) {
18861 bool IsStrict = Op->isStrictFPOpcode();
18862 SDValue SrcVal = Op.getOperand(IsStrict ? 1 : 0);
18877 if (IsStrict) {
18894 SDValue Chain = IsStrict ? Op.getOperand(0) : SDValue();
18900 if (IsStrict) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 4629 bool IsStrict = N->isStrictFPOpcode();
4632 SDValue Op0 = IsStrict ? N->getOperand(1) : N->getOperand(0);
4649 SDValue Chain = IsStrict ? N->getOperand(0) : SDValue();
4654 if (IsStrict)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3294 StringRef Message, bool IsStrict, StringRef Replacement,

Completed in 123 milliseconds