Searched refs:isTarget (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 618 bool isTarget = false, bool isOpaque = false); 620 bool isTarget = false, bool isOpaque = false); 629 bool isTarget = false, bool isOpaque = false); 631 bool isTarget = false); 635 bool isTarget = false); 664 bool isTarget = false); 666 bool isTarget = false); 668 bool isTarget = false); 687 SDValue getFrameIndex(int FI, EVT VT, bool isTarget = false); 691 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, [all …]
|
| H A D | SelectionDAGNodes.h | 1537 ConstantSDNode(bool isTarget, bool isOpaque, const ConstantInt *val, EVT VT) 1538 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant, 0, DebugLoc(), 1580 ConstantFPSDNode(bool isTarget, const ConstantFP *val, EVT VT) 1581 : SDNode(isTarget ? ISD::TargetConstantFP : ISD::ConstantFP, 0, 1823 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o, 1825 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1832 ConstantPoolSDNode(bool isTarget, MachineConstantPoolValue *v, EVT VT, int o, 1834 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 2150 ExternalSymbolSDNode(bool isTarget, const char *Sym, unsigned TF, EVT VT) 2151 : SDNode(isTarget ? ISD::TargetExternalSymbol : ISD::ExternalSymbol, 0,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1472 bool isTarget) { in getIntPtrConstant() argument 1473 return getConstant(Val, DL, TLI->getPointerTy(getDataLayout()), isTarget); in getIntPtrConstant() 1484 bool isTarget) { in getVectorIdxConstant() argument 1485 return getConstant(Val, DL, TLI->getVectorIdxTy(getDataLayout()), isTarget); in getVectorIdxConstant() 1489 bool isTarget) { in getConstantFP() argument 1490 return getConstantFP(*ConstantFP::get(*getContext(), V), DL, VT, isTarget); in getConstantFP() 1494 EVT VT, bool isTarget) { in getConstantFP() argument 1502 unsigned Opc = isTarget ? ISD::TargetConstantFP : ISD::ConstantFP; in getConstantFP() 1513 N = newSDNode<ConstantFPSDNode>(isTarget, &V, EltVT); in getConstantFP() 1528 bool isTarget) { in getConstantFP() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 364 bit isTarget = false;
|