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/ |
D | SelectionDAGNodes.h | 1569 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val, EVT VT) 1570 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), 1610 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT) 1611 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0, 1822 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, 1824 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1831 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, 1833 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 2122 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned TF, EVT VT) 2123 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
|
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 = false, unsigned TargetFlags = 0);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 1329 bool isTarget) { in getIntPtrConstant() argument 1330 return getConstant(Val, DL, TLI->getPointerTy(getDataLayout()), isTarget); in getIntPtrConstant() 1340 bool isTarget) { in getConstantFP() argument 1341 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP() 1345 EVT VT, bool isTarget) { in getConstantFP() argument 1353 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; in getConstantFP() 1364 N = newSDNode<ConstantFPSDNode>(isTarget, &V, EltVT); in getConstantFP() 1377 bool isTarget) { in getConstantFP() argument 1380 return getConstantFP(APFloat((float)Val), DL, VT, isTarget); in getConstantFP() 1382 return getConstantFP(APFloat(Val), DL, VT, isTarget); in getConstantFP() [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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
|
D | gl4cDirectStateAccessTests.hpp | 945 bool isTarget(glw::GLenum maybe_target);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Intrinsics.td | 317 bit isTarget = 0;
|