Searched refs:CI (Results 126 - 146 of 146) sorted by relevance

123456

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h1161 CallInst(const CallInst &CI);
2605 ConstantInt *CI = NULL;
2608 if (CI) return NULL; // Multiple cases lead to BB.
2609 else CI = i.getCaseValue();
2612 return CI;
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLParser.cpp3727 CallInst *CI = CallInst::Create(Callee, Args);
3728 CI->setTailCall(isTail);
3729 CI->setCallingConv(CC);
3730 CI->setAttributes(PAL);
3731 Inst = CI;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp713 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) {
714 std::string constValue = CI->getValue().toString(10, true);
717 << cast<IntegerType>(CI->getType())->getBitWidth()
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGVN.cpp2111 ConstantInt *CI = dyn_cast<ConstantInt>(RHS); local
2112 if (!CI)
2116 bool isKnownTrue = CI->isAllOnesValue();
H A DSROA.cpp467 if (ConstantInt *CI = dyn_cast<ConstantInt>(SI.getCondition()))
468 return SI.getOperand(1+CI->isZero());
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/TableGen/
H A DRecord.h361 virtual Init *convertValue( DagInit *CI) { return (Init*)CI; } argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineInstr.cpp1944 if (const ConstantInt *CI = dyn_cast<ConstantInt>(LocMD->getOperand(0))) {
1945 LocCookie = CI->getZExtValue();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMCodeEmitter.cpp672 } else if (const ConstantInt *CI = dyn_cast<ConstantInt>(CV)) {
673 uint32_t Val = uint32_t(*CI->getValue().getRawData());
H A DARMISelLowering.cpp2019 bool ARMTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
2023 if (!CI->isTailCall())
9538 bool ARMTargetLowering::ExpandInlineAsm(CallInst *CI) const {
9543 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
9559 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
9561 return IntrinsicLowering::LowerToByteSwap(CI);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2809 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2810 UpgradeIntrinsicCall(CI, I->second);
2864 if (CallInst* CI = dyn_cast<CallInst>(*UI++))
2865 UpgradeIntrinsicCall(CI, I->second);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Vectorize/
H A DBBVectorize.cpp758 CallInst *CI = dyn_cast<CallInst>(I); local
760 if (CI && (FI = CI->getCalledFunction()) &&
763 Value *A1I = CI->getArgOperand(1),
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DCore.cpp1648 if (CallInst *CI = dyn_cast<CallInst>(V))
1649 return CI->getCallingConv();
1657 if (CallInst *CI = dyn_cast<CallInst>(V))
1658 return CI->setCallingConv(static_cast<CallingConv::ID>(CC));
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp261 if (Init *CI = LI->getElement(i)->convertInitializerTo(Ty))
262 Elements.push_back(CI);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp1789 bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const {
1790 if (!CI->isTailCall() || getTargetMachine().Options.DisableTailCalls)
1793 CallSite CS(CI);
5120 if (ConstantSDNode *CI = dyn_cast<ConstantSDNode>(Ld))
5121 C = CI->getConstantIntValue();
16423 bool X86TargetLowering::ExpandInlineAsm(CallInst *CI) const {
16424 InlineAsm *IA = cast<InlineAsm>(CI->getCalledValue());
16428 IntegerType *Ty = dyn_cast<IntegerType>(CI->getType());
16452 return IntrinsicLowering::LowerToByteSwap(CI);
16456 if (CI
[all...]
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.osf1r51169 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
1174 capalias CI vi AT&T cursor_invisible
H A DCaps.uwin985 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
990 capalias CI vi AT&T cursor_invisible
H A DCaps1159 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
1164 capalias CI vi AT&T cursor_invisible
H A DCaps.aix41150 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
1155 capalias CI vi AT&T cursor_invisible
H A DCaps.hpux111173 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
1178 capalias CI vi AT&T cursor_invisible
H A DCaps.keys1249 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
1254 capalias CI vi AT&T cursor_invisible
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1798 const ConstantInt *CI = V->getConstantIntValue();
1800 CI->getZExtValue()));

Completed in 534 milliseconds

123456