Home
last modified time | relevance | path

Searched refs:isI64 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp453 bool isI64 = Ty->isIntegerType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg() local
474 if (isI64 || (isF64 && IsSoftFloatABI)) { in EmitVAArg()
521 Builder.getInt8((isI64 || (isF64 && IsSoftFloatABI)) ? 2 : 1)); in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2939 bool isI64 = (ValVT == MVT::i32 && OrigAlign == Align(8)); in CC_MipsO32() local
2964 if (isI64 && (Reg == Mips::A1 || Reg == Mips::A3)) in CC_MipsO32()