Searched refs:ConstVal (Results 1 – 15 of 15) sorted by relevance
/external/llvm/utils/ |
D | llvm.grm | 223 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/ |
D | MachineConstantPool.h | 79 const Constant *ConstVal; member 89 Val.ConstVal = V; in MachineConstantPoolEntry()
|
D | SelectionDAGNodes.h | 1283 const Constant *ConstVal; 1296 Val.ConstVal = c; 1316 return Val.ConstVal;
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 634 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()
|
D | MachineSSAUpdater.cpp | 196 if (unsigned ConstVal = InsertedPHI->isConstantValuePHI()) { in GetValueInMiddleOfBlock() local 198 return ConstVal; in GetValueInMiddleOfBlock()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 1314 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()
|
D | SemaInit.cpp | 95 llvm::APSInt ConstVal(32); in CheckStringInit() local 96 ConstVal = StrLength; in CheckStringInit() 99 ConstVal, in CheckStringInit()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2560 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/ |
D | JITEmitter.cpp | 1080 TheJIT->InitializeMemory(CPE.Val.ConstVal, (void*)CAddr); in emitConstantPool() 1084 Type *Ty = CPE.Val.ConstVal->getType(); in emitConstantPool()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 1175 Offset = -cast<ConstantInt>(CPE.Val.ConstVal)->getSExtValue(); in EmitUnwindingInstruction() 1577 EmitGlobalConstant(MCPE.Val.ConstVal); in EmitInstruction()
|
D | ARMBaseInstrInfo.cpp | 1253 return MCPE0.Val.ConstVal == MCPE1.Val.ConstVal; in produceSameValue()
|
D | ARMCodeEmitter.cpp | 726 emitConstantToMemory(CPI, MCPE.Val.ConstVal); in emitConstPoolInstruction()
|
D | ARMInstrNEON.td | 513 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/ |
D | AsmPrinter.cpp | 1066 EmitGlobalConstant(CPE.Val.ConstVal); in EmitConstantPool()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6048 return Val.ConstVal->getType(); in getType()
|