Searched defs:IsVector (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | VTEmitter.cpp | 33 bool IsVector = VT->getValueAsBit("isVector"); in VTtoGetLLVMTyString() local 120 bool IsVector = VT->getValueAsBit("isVector"); in run() local 186 bool IsVector = VT->getValueAsBit("isVector"); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ExpandSpecialInstrs.cpp | 164 bool IsVector = TII->isVector(MI); in runOnMachineFunction() local
|
H A D | AMDGPUInstructionSelector.cpp | 650 const bool IsVector = DstBank->getID() == AMDGPU::VGPRRegBankID; in selectG_BUILD_VECTOR() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | SystemZ.cpp | 269 bool IsVector = false; in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1390 const SmallVectorImpl<unsigned> &RegList, bool IsVector, in collectHWRegs() 1413 bool IsVector) { in emitRegSave()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 1593 bool llvm::isConstTrueVal(const TargetLowering &TLI, int64_t Val, bool IsVector, in isConstTrueVal() 1607 bool IsVector, bool IsFP) { in isConstFalseVal() 1618 int64_t llvm::getICmpTrueVal(const TargetLowering &TLI, bool IsVector, in getICmpTrueVal()
|
H A D | MachineIRBuilder.cpp | 532 bool IsVector, in buildBoolExtInReg()
|
H A D | CombinerHelper.cpp | 3388 int64_t Cst, bool IsVector, bool IsFP) { in isConstValidTrue()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 2069 bool IsVector = true) { in MaybeConvertMatrixAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 3436 bool LLParser::parseArrayVectorType(Type *&Result, bool IsVector) { in parseArrayVectorType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 12159 bool ARMAsmParser::parseDirectiveRegSave(SMLoc L, bool IsVector) { in parseDirectiveRegSave()
|