Searched refs:isTarget (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 1569 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val, EVT VT) in ConstantSDNode() argument 1570 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), in ConstantSDNode() 1610 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT) in ConstantFPSDNode() argument 1611 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0, in ConstantFPSDNode() 1822 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, in ConstantPoolSDNode() argument 1824 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, in ConstantPoolSDNode() 1831 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, in ConstantPoolSDNode() argument 1833 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, in ConstantPoolSDNode() 2122 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned TF, EVT VT) in ExternalSymbolSDNode() argument 2123 : SDNode(isTarget in ExternalSymbolSDNode() [all...] |
H A D | SelectionDAG.h | 587 bool isTarget = false, bool isOpaque = false); 589 bool isTarget = false, bool isOpaque = false); 598 bool isTarget = false, bool isOpaque = false); 600 bool isTarget = false); 631 bool isTarget = false); 633 bool isTarget = false); 635 bool isTarget = false); 654 SDValue getFrameIndex(int FI, EVT VT, bool isTarget = false); 658 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 697 bool isTarget [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1329 bool isTarget) { 1330 return getConstant(Val, DL, TLI->getPointerTy(getDataLayout()), isTarget); 1340 bool isTarget) { 1341 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); 1345 EVT VT, bool isTarget) { 1353 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; 1364 N = newSDNode<ConstantFPSDNode>(isTarget, &V, EltVT); 1377 bool isTarget) { 1380 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); 1382 return getConstantFP(APFloat(Val), DL, VT, isTarget); [all...] |
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 101 * @param {boolean} isTarget - Whether the target is a module. 103 function emitInvalidSegmentDeprecation(target, request, match, pjsonUrl, internal, base, isTarget) { 106 const double = RegExpPrototypeExec(doubleSlashRegEx, isTarget ? target : request) !== null;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessQueriesTests.cpp | 508 while (isTarget(++invalid_target)) in testInvalidTarget() 1251 bool ErrorsTest::isTarget(glw::GLenum maybe_target) in isTarget() function in gl4cts::DirectStateAccess::Queries::ErrorsTest
|
H A D | gl4cDirectStateAccessTests.hpp | 945 bool isTarget(glw::GLenum maybe_target);
|
Completed in 21 milliseconds