/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 640 int64_t ExtVal = IsBool ? CI->getZExtValue() : CI->getSExtValue(); in lowerAsmOperandForConstraint() local
|
H A D | LegalizerHelper.cpp | 3613 auto ExtVal = MIRBuilder.buildAnyExtOrTrunc(NewSrcTy, SrcReg); lowerStore() local
|
/llvm-project/llvm/unittests/TargetParser/ |
H A D | TargetParserTest.cpp | 2003 AArch64::ExtensionBitset ExtVal; TEST() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 2437 insertDAGNode(*CurDAG, N, ExtVal); in matchIndexRecursively() local 2387 SDValue ExtVal = CurDAG->getConstant(Offset, DL, VT); matchIndexRecursively() local
|
H A D | X86ISelLowering.cpp | 58521 int64_t ExtVal = ExtOpc == ISD::ZERO_EXTEND ? CST->getZExtValue() LowerAsmOperandForConstraint() local [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2485 ZExtInst *ExtVal = dyn_cast<ZExtInst>(CI->getArgOperand(0)); optimizeCallInst() local 4648 Value *ExtVal = SExt; promoteOperandForTruncAndAnyExt() local [all...] |
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 3062 SDValue ExtVal = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, EltVT, Val, LowerSTOREVector() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 2141 SDValue ExtVal = SDValue(CurDAG->getMachineNode(PPC::INSERT_SUBREG, dl, in ExtendToInt64() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3202 isVectorLoadExtDesirable(SDValue ExtVal) isVectorLoadExtDesirable() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 5563 int64_t ExtVal = LowerAsmOperandForConstraint() local
|
H A D | DAGCombiner.cpp | 14933 SDValue ExtVal = N0.getOperand(1); visitTRUNCATE() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 7259 SDValue ExtVal = DAG.getNode(ISD::BITCAST, SL, IntVT, lowerINSERT_VECTOR_ELT() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 18689 uint64_t ExtVal = C->getZExtValue(); performSVEAndCombine() local [all...] |