Searched defs:Cst (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h41 int64_t Cst = 0; member in class:llvm::MCValue
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h472 SDValue Cst = DAG.getConstant(16, DL, MVT::i32); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h55 inline ConstantMatch m_ICst(int64_t &Cst) { return ConstantMatch(Cst); } argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp258 static bool shouldConvertUse(const Constant *Cst, const Instruction *Instr, argument
324 static bool shouldConvertImpl(const Constant *Cst) { argument
551 Constant *Cst = dyn_cast<Constant>(U); local
[all...]
H A DAArch64StackTagging.cpp135 uint64_t Cst = 0x0101010101010101UL; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp236 auto Cst = buildConstant(ValueTy, Value); local
H A DIRTranslator.cpp554 auto Cst = getOrCreateVReg( local
1504 ConstantInt *Cst = cast<ConstantInt>(CI.getArgOperand(1)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp2127 ConstantSDNode *Cst local
2134 ConstantSDNode *Cst = cast<ConstantSDNode>(CstOffset); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp759 Value *A = nullptr; ConstantInt *Cst = nullptr; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3796 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); local
4599 ConstantSDNode *Cst = dyn_cast<ConstantSDNode>(N1); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2601 const APInt &Cst = Constant->getAPIntValue(); local
H A DDAGCombiner.cpp2546 SDValue Cst; local
11309 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); local
11334 SDValue Cst = DAG.getBitcast(VT, N0.getOperand(0)); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3658 ConstantInt *Cst = cast<ConstantInt>(ICI->getOperand(1)); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3864 const ConstantInt *Cst = dyn_cast<ConstantInt>(Inst->getOperand(1)); local
3888 const auto *Cst = dyn_cast<ConstantInt>(AndInst->getOperand(1)); local

Completed in 470 milliseconds