Searched refs:OffsetVal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | StackProtector.cpp | 322 Constant *OffsetVal = in CreatePrologue() local 326 OffsetVal, PointerType::get(PtrTy, AddressSpace)); in CreatePrologue()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 2020 unsigned OffsetVal = cast<ConstantSDNode>(Offset)->getZExtValue(); in SelectLoadParam() local 2023 Ops.push_back(CurDAG->getTargetConstant(OffsetVal, MVT::i32)); in SelectLoadParam() 2036 unsigned OffsetVal = cast<ConstantSDNode>(Offset)->getZExtValue(); in SelectStoreRetval() local 2059 Ops.push_back(CurDAG->getTargetConstant(OffsetVal, MVT::i32)); in SelectStoreRetval() 2161 unsigned OffsetVal = cast<ConstantSDNode>(Offset)->getZExtValue(); in SelectStoreParam() local 2188 Ops.push_back(CurDAG->getTargetConstant(OffsetVal, MVT::i32)); in SelectStoreParam()
|
| /freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCompares.cpp | 605 Constant *OffsetVal = ConstantInt::get(IntPtrTy, NewOffs); in EvaluateGEPOffsetExpression() local 606 return IC.Builder->CreateAdd(VariableIdx, OffsetVal, "offset"); in EvaluateGEPOffsetExpression()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 16507 SDValue OffsetVal = DAG.getConstant(Offset, TLI.getPointerTy()); in PerformEXTRACT_VECTOR_ELTCombine() local 16510 StackPtr, OffsetVal); in PerformEXTRACT_VECTOR_ELTCombine()
|