Home
last modified time | relevance | path

Searched refs:SoftenedOp (Results 1 – 21 of 21) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h381 SDValue &SoftenedOp = SoftenedFloats[Op]; in GetSoftenedFloat() local
382 RemapValue(SoftenedOp); in GetSoftenedFloat()
383 assert(SoftenedOp.getNode() && "Operand wasn't converted to integer?"); in GetSoftenedFloat()
384 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp58 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST() local
59 if (isLegalInHWReg(SoftenedOp.getValueType())) in ExpandRes_BITCAST()
61 SplitInteger(SoftenedOp, Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.h491 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
492 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
493 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp59 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST() local
60 if (isLegalInHWReg(SoftenedOp.getValueType())) in ExpandRes_BITCAST()
62 SplitInteger(SoftenedOp, Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.h484 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
485 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
486 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp59 auto SoftenedOp = GetSoftenedFloat(InOp); in ExpandRes_BITCAST() local
60 if (isLegalInHWReg(SoftenedOp.getValueType())) in ExpandRes_BITCAST()
62 SplitInteger(SoftenedOp, Lo, Hi); in ExpandRes_BITCAST()
H A DLegalizeTypes.h462 SDValue SoftenedOp = getSDValue(Iter->second);
463 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?");
464 return SoftenedOp;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h476 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
477 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
478 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h476 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
477 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
478 return SoftenedOp; in GetSoftenedFloat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h476 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
477 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
478 return SoftenedOp; in GetSoftenedFloat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h499 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
500 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
501 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h492 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
493 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
494 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h490 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
491 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
492 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h510 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
511 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
512 return SoftenedOp; in GetSoftenedFloat()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h510 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
511 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
512 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h502 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
503 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
504 return SoftenedOp; in GetSoftenedFloat()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h510 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
511 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
512 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h519 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
520 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
521 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h510 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
511 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
512 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h502 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
503 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
504 return SoftenedOp; in GetSoftenedFloat()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h510 SDValue SoftenedOp = getSDValue(Iter->second); in GetSoftenedFloat() local
511 assert(SoftenedOp.getNode() && "Unconverted op in SoftenedFloats?"); in GetSoftenedFloat()
512 return SoftenedOp; in GetSoftenedFloat()