Home
last modified time | relevance | path

Searched refs:OpValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLocal.cpp49 uint64_t OpValue = OpC->getUniqueInteger().getZExtValue(); in emitGEPOffset() local
50 uint64_t Size = DL.getStructLayout(STy)->getElementOffset(OpValue); in emitGEPOffset()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1100 llvm::Constant *OpValue, *PaddedOp; in constWithPadding() local
1102 OpValue = llvm::Constant::getNullValue(ElemTy); in constWithPadding()
1103 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1107 OpValue = constant->getAggregateElement(Op); in constWithPadding()
1108 PaddedOp = constWithPadding(CGM, isPattern, OpValue); in constWithPadding()
1329 auto *OpValue = cast<llvm::Constant>(constant->getOperand(Op)); in replaceUndef() local
1330 Values[Op] = replaceUndef(CGM, isPattern, OpValue); in replaceUndef()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h457 Value *OpValue = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1374 void llvm::propagateIRFlags(Value *I, ArrayRef<Value *> VL, Value *OpValue, in propagateIRFlags() argument
1379 auto *Intersection = (OpValue == nullptr) ? dyn_cast<Instruction>(VL[0]) in propagateIRFlags()
1380 : dyn_cast<Instruction>(OpValue); in propagateIRFlags()
1389 if (OpValue == nullptr || Opcode == Instr->getOpcode()) in propagateIRFlags()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1397 for (auto *OpValue : ClonedValue->operand_values()) { in rematerializeChain() local
1400 assert(!is_contained(ChainToBase, OpValue) && in rematerializeChain()
1404 assert(OpValue != RootOfChain && OpValue != AlternateLiveBase); in rematerializeChain()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPreLegalizer.cpp859 uint32_t OpValue = in insertSpirvDecorations() local
864 {OpValue}); in insertSpirvDecorations()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/TargetBuiltins/
H A DPPC.cpp92 unsigned OpValue) -> Value * { in EmitPPCBuiltinExpr() argument
137 ConstantInt::get(IsValueType64Bit ? Int64Ty : Int32Ty, OpValue)); in EmitPPCBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp235 setOperand(OpValue, in setValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h494 OpValue, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6650 SDValue OpValue = GetWidenedVector(N->getOperand(0)); in WidenVecRes_VECTOR_REVERSE() local
6651 assert(WidenVT == OpValue.getValueType() && "Unexpected widened vector type"); in WidenVecRes_VECTOR_REVERSE()
6653 SDValue ReverseVal = DAG.getNode(ISD::VECTOR_REVERSE, dl, WidenVT, OpValue); in WidenVecRes_VECTOR_REVERSE()