Home
last modified time | relevance | path

Searched refs:ConstVal (Results 1 – 15 of 15) sorted by relevance

/external/llvm/utils/
Dllvm.grm223 ConstVal::= Types "[" ^ ConstVector ^ "]"
244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
245 | getelementptr OptInBounds "(" ^ ConstVal IndexList ^ ")"
246 | select "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
247 | ArithmeticOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
248 | LogicalOps "(" ^ ConstVal ^ "," ConstVal ^ ")"
249 | icmp IPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
250 | fcmp FPredicates "(" ^ ConstVal ^ "," ConstVal ^ ")"
251 | extractelement "(" ^ ConstVal ^ "," ConstVal ^ ")"
252 | insertelement "(" ^ ConstVal ^ "," ConstVal ^ "," ConstVal ^ ")"
[all …]
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h79 const Constant *ConstVal; member
89 Val.ConstVal = V; in MachineConstantPoolEntry()
DSelectionDAGNodes.h1283 const Constant *ConstVal;
1296 Val.ConstVal = c;
1316 return Val.ConstVal;
/external/llvm/lib/CodeGen/
DMachineFunction.cpp634 return Val.ConstVal->getType(); in getType()
641 return Val.ConstVal->getRelocationInfo(); in getRelocationInfo()
712 CanShareConstantPoolEntry(Constants[i].Val.ConstVal, C, TD)) { in getConstantPoolIndex()
749 OS << *(Value*)Constants[i].Val.ConstVal; in print()
DMachineSSAUpdater.cpp196 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local
198 return ConstVal; in GetValueInMiddleOfBlock()
/external/clang/lib/Sema/
DSemaType.cpp1314 llvm::APSInt ConstVal(Context.getTypeSize(Context.getSizeType())); in BuildArrayType() local
1324 isArraySizeVLA(*this, ArraySize, ConstVal)) { in BuildArrayType()
1341 if (ConstVal.isSigned() && ConstVal.isNegative()) { in BuildArrayType()
1350 if (ConstVal == 0) { in BuildArrayType()
1368 = ConstantArrayType::getNumAddressingBits(Context, T, ConstVal); in BuildArrayType()
1371 << ConstVal.toString(10) in BuildArrayType()
1375 T = Context.getConstantArrayType(T, ConstVal, ASM, Quals); in BuildArrayType()
DSemaInit.cpp95 llvm::APSInt ConstVal(32); in CheckStringInit() local
96 ConstVal = StrLength; in CheckStringInit()
99 ConstVal, in CheckStringInit()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2560 llvm::APSInt ConstVal(32); in EmitGlobalVariable() local
2562 ConstVal = 1; in EmitGlobalVariable()
2565 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in EmitGlobalVariable()
2595 llvm::APSInt ConstVal(32); in EmitGlobalVariable() local
2597 ConstVal = 1; in EmitGlobalVariable()
2600 T = CGM.getContext().getConstantArrayType(ET, ConstVal, in EmitGlobalVariable()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1080 TheJIT->InitializeMemory(CPE.Val.ConstVal, (void*)CAddr); in emitConstantPool()
1084 Type *Ty = CPE.Val.ConstVal->getType(); in emitConstantPool()
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1175 Offset = -cast<ConstantInt>(CPE.Val.ConstVal)->getSExtValue(); in EmitUnwindingInstruction()
1577 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
DARMBaseInstrInfo.cpp1253 return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal; in produceSameValue()
DARMCodeEmitter.cpp726 emitConstantToMemory(CPI, MCPE.Val.ConstVal); in emitConstPoolInstruction()
DARMInstrNEON.td513 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
515 uint64_t EltVal = ARM_AM::decodeNEONModImm(ConstVal->getZExtValue(), EltBits);
520 ConstantSDNode *ConstVal = cast<ConstantSDNode>(N->getOperand(0));
522 uint64_t EltVal = ARM_AM::decodeNEONModImm(ConstVal->getZExtValue(), EltBits);
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1066 EmitGlobalConstant(CPE.Val.ConstVal); in EmitConstantPool()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6048 return Val.ConstVal->getType(); in getType()