Searched refs:Constant (Results 276 - 300 of 429) sorted by relevance

<<1112131415161718

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfvwm.vim576 hi def link fvwmPath Constant
578 hi def link fvwmRGBValue Constant
610 hi def link fvwmBStateTF Constant
624 hi def link fvwmKeyWin Constant
H A Dgdb.vim102 HiLink gdbSet Constant
H A Dgretl.vim24 " Constant
H A Dlace.vim101 HiLink laceOptionMark Constant
H A Doccam.vim114 HiLink occamConstant Constant
H A Dpilrc.vim140 HiLink pilrcConstant Constant
H A Dpo.vim103 HiLink poPluralCaseN Constant
H A Dsnobol4.vim92 HiLink snobol4Constant Constant
H A Dverilog.vim120 HiLink verilogConstant Constant
H A Dxdefaults.vim122 HiLink xdefaultsValue Constant
H A Dxpm2.vim111 exe 'HiLink xpm2Col'.n.'Def Constant'
H A Djal.vim189 HiLink jalConstant Constant
203 HiLink jalPredefined Constant
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSRExitCompiler64.cpp305 case Constant:
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngine.cpp317 Constant *FP = CS->getOperand(1);
531 /// \brief Converts a Constant* into a GenericValue, including handling of
533 GenericValue ExecutionEngine::getConstantValue(const Constant *C) {
554 Constant *Op0 = CE->getOperand(0);
824 OS << "ERROR: Constant unimplemented for type: " << *C->getType();
954 void ExecutionEngine::InitializeMemory(const Constant *Init, void *Addr) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCObjectStreamer.cpp69 case MCExpr::Constant:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp276 if (N->getOpcode() != ISD::Constant)
294 if (N->getOpcode() == ISD::Constant && N->getValueType(0) == MVT::i32) {
304 if (N->getOpcode() == ISD::Constant && N->getValueType(0) == MVT::i64) {
759 case ISD::Constant: {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp120 const Constant *C = GV->getInitializer();
H A DXCoreISelDAGToDAG.cpp104 // Constant positive word offset from frame index
125 // Constant word offset from a object in the data region
146 // Constant word offset from a object in the data region
159 case ISD::Constant: {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp82 NewPN->addIncoming(Constant::getNullValue(PN->getType()), OrigPH);
H A DLocal.cpp307 if (Constant *C = dyn_cast<Constant>(CI->getArgOperand(0)))
496 Constant *Replacement =
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DDebugInfo.h27 class Constant;
82 Constant *getConstantField(unsigned Elt) const;
610 Constant *getConstant() const { return getConstantField(11); }
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Vectorize/
H A DBBVectorize.cpp285 std::vector<Constant*> &Mask);
1524 std::vector<Constant*> &Mask) {
1558 std::vector<Constant*> Mask(NumElem);
1795 std::vector<Constant *> Mask(numElem);
1819 std::vector<Constant *> Mask(I2Elem);
1835 std::vector<Constant *> Mask(I1Elem);
1854 std::vector<Constant *> Mask(numElem);
1891 std::vector<Constant *> Mask(numElemH);
1925 std::vector<Constant *> Mask(numElemL);
1947 std::vector<Constant*> Mas
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDebugInfo.cpp96 Constant *DIDescriptor::getConstantField(unsigned Elt) const {
101 return dyn_cast_or_null<Constant>(DbgNode->getOperand(Elt));
737 Elts.push_back(Constant::getNullValue(Type::getInt32Ty(VMContext))):
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1156 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1172 return N->getOpcode() == ISD::Constant ||
1288 const Constant *ConstVal;
1295 ConstantPoolSDNode(bool isTarget, const Constant *c, EVT VT, int o,
1319 const Constant *getConstVal() const {
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.cpp1734 return context.createProperty(ident, node, PropertyNode::Constant, complete);
1778 return context.createProperty(const_cast<VM*>(m_vm), propertyName, node, PropertyNode::Constant, complete);
1789 return context.createProperty(const_cast<VM*>(m_vm), propertyName, node, PropertyNode::Constant, complete);
1813 if (!m_syntaxAlreadyValidated && context.getType(property) != PropertyNode::Constant) {
1827 if (!m_syntaxAlreadyValidated && context.getType(property) != PropertyNode::Constant) {
1877 semanticFailIfTrue(propertyEntry.iterator->value == PropertyNode::Constant, "Attempted to redefine property '", propertyEntry.iterator->key.get(), "'");
1878 semanticFailIfTrue(context.getType(property) == PropertyNode::Constant, "Attempted to redefine property '", propertyEntry.iterator->key.get(), "'");

Completed in 237 milliseconds

<<1112131415161718