Searched refs:Constant (Results 76 - 100 of 429) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp50 case MCExpr::Constant:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h46 const llvm::MCExpr *LowerConstant(const llvm::Constant *CV,
275 void printScalarConstant(Constant *CPV, raw_ostream &O) ;
277 void bufferLEByte(Constant *CPV, int Bytes, AggBuffer *aggBuffer) ;
278 void bufferAggregateConstant(Constant *CV, AggBuffer *aggBuffer) ;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp85 SmallVector<std::pair<Constant*, bool>, 16> ArgumentConstants;
114 Constant *C = dyn_cast<Constant>(*AI);
199 if (isa<Constant>(V) || isa<Argument>(V)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DConstantProp.cpp1 //===- ConstantProp.cpp - Code to perform Simple Constant Propagation -----===//
24 #include "llvm/Constant.h"
78 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) {
H A DLoopUnswitch.cpp199 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
200 void UnswitchTrivialCondition(Loop *L, Value *Cond, Constant *Val,
202 void UnswitchNontrivialCondition(Value *LIC, Constant *OnVal, Loop *L);
205 Constant *Val, bool isEqual);
207 void EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val,
216 bool IsTrivialUnswitchCondition(Value *Cond, Constant **Val = 0,
353 if (isa<Constant>(Cond)) return 0;
451 Constant *UnswitchVal = NULL;
458 Constant* UnswitchValCandidate = i.getCaseValue();
552 bool LoopUnswitch::IsTrivialUnswitchCondition(Value *Cond, Constant **Va
[all...]
H A DReassociate.cpp241 Constant *Cst = Constant::getAllOnesValue(Neg->getType());
245 Neg->setOperand(1, Constant::getNullValue(Neg->getType())); // Drop use of op.
344 static Constant *EvaluateRepeatedConstant(unsigned Opcode, Constant *C,
353 Constant *Result = 0;
354 Constant *Power = C; // Successively C, C op C, (C op C) op (C op C) etc.
461 Constant *Absorber = ConstantExpr::getBinOpAbsorber(Opcode, I->getType());
607 Constant *Cst = 0; // Accumulate constants here.
622 if (Constant *
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DUser.cpp10 #include "llvm/Constant.h"
28 assert((!isa<Constant>(this) || isa<GlobalValue>(this)) &&
H A DModule.cpp139 Constant *Module::getOrInsertFunction(StringRef Name,
158 Constant *NewF = getOrInsertFunction(Name, Ty);
172 Constant *Module::getOrInsertTargetIntrinsic(StringRef Name,
189 Constant *Module::getOrInsertFunction(StringRef Name,
199 Constant *Module::getOrInsertFunction(StringRef Name,
218 Constant *Module::getOrInsertFunction(StringRef Name,
269 Constant *Module::getOrInsertGlobal(StringRef Name, Type *Ty) {
/macosx-10.10.1/llvmCore-3425.0.34/tools/opt/
H A DAnalysisWrappers.cpp50 if (!isa<Constant>(*AI)) continue;
/macosx-10.10.1/ruby-106/ruby/lib/
H A Drdoc.rb176 autoload :Constant, 'rdoc/constant'
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbc.vim25 " Constant
67 HiLink bcConstant Constant
H A Dman.vim56 HiLink manOptionDesc Constant
57 HiLink manLongOptionDesc Constant
H A Dflexwiki.vim123 hi def link flexwikiEmoticons Constant
126 hi def link flexwikiInsText Constant
127 hi def link flexwikiSuperScript Constant
128 hi def link flexwikiSubScript Constant
129 hi def link flexwikiCitation Constant
H A Dpf.vim63 HiLink pfNetmask Constant
64 HiLink pfNum Constant
65 HiLink pfService Constant
H A Dr.vim31 " Constant
56 " Constant
89 HiLink rConstant Constant
/macosx-10.10.1/vim-55/runtime/colors/
H A Dkoehler.vim32 hi Constant term=underline cterm=bold ctermfg=magenta guifg=#ffa0a0
47 hi link String Constant
48 hi link Character Constant
49 hi link Number Constant
50 hi link Boolean Constant
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMConstantPoolValue.cpp16 #include "llvm/Constant.h"
107 const Constant *C,
116 ARMConstantPoolConstant::ARMConstantPoolConstant(const Constant *C,
127 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID) {
141 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID,
148 ARMConstantPoolConstant::Create(const Constant *C, unsigned ID,
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp23 static Constant *AddOne(Constant *C) {
27 static Constant *SubOne(ConstantInt *C) {
135 Constant *ShAmt = ConstantInt::get(I.getType(), ExtendAmt);
154 if (isa<Constant>(RHS) && isa<PHINode>(LHS))
173 if (!isa<Constant>(RHS))
183 if (!isa<Constant>(RHS))
304 Constant *CI =
354 if (Constant *RHSC = dyn_cast<Constant>(RH
[all...]
H A DInstCombineLoadStoreAlloca.cpp202 Value *NullIdx =Constant::getNullValue(Type::getInt32Ty(AI.getContext()));
214 return ReplaceInstUsesWith(AI, Constant::getNullValue(AI.getType()));
281 Constant *TheSrc = cast<Constant>(Copy->getSource());
320 if (Constant *CSrc = dyn_cast<Constant>(CastOp))
323 Idxs[0] = Constant::getNullValue(Type::getInt32Ty(LI.getContext()));
397 Constant::getNullValue(Op->getType()), &LI);
410 Constant::getNullValue(Op->getType()), &LI);
446 if (Constant *
[all...]
H A DInstCombineShifts.cpp31 if (isa<Constant>(Op0))
71 if (isa<Constant>(V))
186 if (Constant *C = dyn_cast<Constant>(V)) {
223 return Constant::getNullValue(I->getType());
264 return Constant::getNullValue(BO->getType());
338 return ReplaceInstUsesWith(I, Constant::getNullValue(Op0->getType()));
347 if (Constant *BOOp = dyn_cast<Constant>(BO->getOperand(1)))
370 Constant *ShAm
[all...]
H A DInstCombineVectorOps.cpp22 if (Constant *C = dyn_cast<Constant>(V)) {
26 Constant *Op0 = C->getAggregateElement(0U);
66 if (Constant *C = dyn_cast<Constant>(V))
102 if (Constant *C = dyn_cast<Constant>(EI.getOperand(0)))
165 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) {
210 SmallVectorImpl<Constant*>
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h132 const Constant *Low;
133 const Constant *High;
138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb,
168 CaseRec(MachineBasicBlock *bb, const Constant *lt, const Constant *ge,
176 const Constant *LT;
177 const Constant *GE;
304 DenseMap<const Constant *, unsigned> ConstantsOut;
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DSjLjEHPrepare.cpp48 Constant *RegisterFn;
49 Constant *UnregisterFn;
50 Constant *BuiltinSetjmpFn;
51 Constant *FrameAddrFn;
52 Constant *StackAddrFn;
53 Constant *StackRestoreFn;
54 Constant *LSDAAddrFn;
56 Constant *CallSiteFn;
57 Constant *FuncCtxFn;
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.h34 class Constant;
64 Constant *ConstantVal;
67 Constant **ConstantStructElts;
318 // Constant Parsing.
320 bool ParseGlobalValue(Type *Ty, Constant *&V);
321 bool ParseGlobalTypeAndValue(Constant *&V);
322 bool ParseGlobalValueVector(SmallVectorImpl<Constant*> &Elts);
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_class_module.rb178 c1 = RDoc::Constant.new 'C1', nil, ''
246 c = RDoc::Constant.new('C1', nil, '')
312 c1 = RDoc::Constant.new 'C1', nil, ''
391 c1 = RDoc::Constant.new 'C1', nil, ''
476 c1 = RDoc::Constant.new 'C1', nil, ''
509 "[\x06U:\x13RDoc::Constant[\x0Fi\x00I\"\aC1\x06" +
653 const = cm1.add_constant RDoc::Constant.new('CONST', nil, nil)
734 const = cm1.add_constant RDoc::Constant.new('C1', nil, 'one')
736 const = cm1.add_constant RDoc::Constant.new('C3', nil, 'one')
744 const = cm2.add_constant RDoc::Constant
[all...]

Completed in 599 milliseconds

1234567891011>>